Html Css Color HEX #156047 Jewel

📋 copy color: '#156047'

red 21 ◦ green 96 ◦ blue 71

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

Shades of Jewel #156047

Tints of Jewel #156047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.06%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 11.17%
G = 51.06%
B = 37.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#156047 (or 0x156047) is known color: Jewel. HEX triplet: 15, 60 and 47. RGB value is (21,96,71). Sum of RGB (Red+Green+Blue) = 21+96+71=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #156047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156047 is #EA9FB8. Grayscale: #464646. Windows color (decimal): -15376313 or 4677653. OLE color: 4677653.

HSL color Cylindrical-coordinate representation of color #156047: hue angle of 160º 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 #156047 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 71 -
CMYK 0.78 0 0.26 0.62
HSL 160º 0.64% 0.23% -
HSV(B) 160º 0.78% 0.38% -
XYZ 5.63 8.98 7.4 -
YUV 70.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 21 96 71 0.78 0 0.26 0.62 160 0.64 0.23
Hex 15 60 47 4E 0 1A 3E A0 40 17
Octal 25 140 107 116 0 32 76 240 100 27
Binary 10101 1100000 1000111 1001110 0 11010 111110 10100000 1000000 10111

Color Harmonies of #156047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156047

Black with #156047

Text Example


Text Example

White with #156047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156047; }

 p { color: rgb(21,96,71); }

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

background-color css

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

 a { background-color: rgb(21,96,71); }

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

border-color css

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

 span { border-color: rgb(21,96,71); }

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