Html Css Color HEX #145744 Jewel

📋 copy color: '#145744'

red 20 ◦ green 87 ◦ blue 68

#145744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #145744

Tints of Jewel #145744

RGB

 RED value IS 20 (8.2% from 255) = 11.43%

 GREEN value IS 87 (34.38% from 255) = 49.71%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 11.43%
G = 49.71%
B = 38.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#145744 (or 0x145744) is known color: Jewel. HEX triplet: 14, 57 and 44. RGB value is (20,87,68). Sum of RGB (Red+Green+Blue) = 20+87+68=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #145744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145744 is #EBA8BB. Grayscale: #404040. Windows color (decimal): -15444156 or 4478740. OLE color: 4478740.

HSL color Cylindrical-coordinate representation of color #145744: hue angle of 162.99º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145744 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 68 -
CMYK 0.77 0 0.22 0.66
HSL 162.99º 0.63% 0.21% -
HSV(B) 162.99º 0.77% 0.34% -
XYZ 4.74 7.38 6.64 -
YUV 64.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 20 87 68 0.77 0 0.22 0.66 162.99 0.63 0.21
Hex 14 57 44 4D 0 16 42 A3 3F 15
Octal 24 127 104 115 0 26 102 243 77 25
Binary 10100 1010111 1000100 1001101 0 10110 1000010 10100011 111111 10101

Color Harmonies of #145744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145744

Black with #145744

Text Example


Text Example

White with #145744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145744; }

 p { color: rgb(20,87,68); }

 H1.HeaderClassName
 {
   color: #145744;
 }
 .AnyTagClassName
 {
   color: #145744;
 }
</style>

background-color css

<style>
 a { background-color: #145744; }

 a { background-color: rgb(20,87,68); }

 div.DivClassName
 {
   background-color: #145744;
 }
 .BgClassName
 {
   background-color: #145744;
 }
</style>

border-color css

<style>
 span { border-color: #145744; }

 span { border-color: rgb(20,87,68); }

 td.TdClassName
 {
   border-color: #145744;
 }
 .TagClassName
 {
   border-color: #145744;
 }
</style>