Html Css Color HEX #145944 Jewel

📋 copy color: '#145944'

red 20 ◦ green 89 ◦ blue 68

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

Shades of Jewel #145944

Tints of Jewel #145944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

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

R = 11.3%
G = 50.28%
B = 38.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#145944 (or 0x145944) is known color: Jewel. HEX triplet: 14, 59 and 44. RGB value is (20,89,68). Sum of RGB (Red+Green+Blue) = 20+89+68=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #145944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145944 is #EBA6BB. Grayscale: #414141. Windows color (decimal): -15443644 or 4479252. OLE color: 4479252.

HSL color Cylindrical-coordinate representation of color #145944: hue angle of 161.74º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145944 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 68 -
CMYK 0.78 0 0.24 0.65
HSL 161.74º 0.63% 0.21% -
HSV(B) 161.74º 0.78% 0.35% -
XYZ 4.9 7.71 6.7 -
YUV 65.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 20 89 68 0.78 0 0.24 0.65 161.74 0.63 0.21
Hex 14 59 44 4E 0 18 41 A2 3F 15
Octal 24 131 104 116 0 30 101 242 77 25
Binary 10100 1011001 1000100 1001110 0 11000 1000001 10100010 111111 10101

Color Harmonies of #145944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145944

Black with #145944

Text Example


Text Example

White with #145944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145944; }

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

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

background-color css

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

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

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

border-color css

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

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

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