Html Css Color HEX #156145 Jewel

📋 copy color: '#156145'

red 21 ◦ green 97 ◦ blue 69

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

Shades of Jewel #156145

Tints of Jewel #156145

RGB

 RED value IS 21 (8.59% from 255) = 11.23%

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 11.23%
G = 51.87%
B = 36.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#156145 (or 0x156145) is known color: Jewel. HEX triplet: 15, 61 and 45. RGB value is (21,97,69). Sum of RGB (Red+Green+Blue) = 21+97+69=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #156145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156145 is #EA9EBA. Grayscale: #474747. Windows color (decimal): -15376059 or 4546837. OLE color: 4546837.

HSL color Cylindrical-coordinate representation of color #156145: hue angle of 157.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156145 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 97 69 -
CMYK 0.78 0 0.29 0.62
HSL 157.89º 0.64% 0.23% -
HSV(B) 157.89º 0.78% 0.38% -
XYZ 5.66 9.14 7.1 -
YUV 71.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 21 97 69 0.78 0 0.29 0.62 157.89 0.64 0.23
Hex 15 61 45 4E 0 1D 3E 9E 40 17
Octal 25 141 105 116 0 35 76 236 100 27
Binary 10101 1100001 1000101 1001110 0 11101 111110 10011110 1000000 10111

Color Harmonies of #156145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156145

Black with #156145

Text Example


Text Example

White with #156145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156145; }

 p { color: rgb(21,97,69); }

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

background-color css

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

 a { background-color: rgb(21,97,69); }

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

border-color css

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

 span { border-color: rgb(21,97,69); }

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