Html Css Color HEX #156542 Jewel

📋 copy color: '#156542'

red 21 ◦ green 101 ◦ blue 66

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

Shades of Jewel #156542

Tints of Jewel #156542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.72%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 11.17%
G = 53.72%
B = 35.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#156542 (or 0x156542) is known color: Jewel. HEX triplet: 15, 65 and 42. RGB value is (21,101,66). Sum of RGB (Red+Green+Blue) = 21+101+66=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #156542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156542 is #EA9ABD. Grayscale: #494949. Windows color (decimal): -15375038 or 4351253. OLE color: 4351253.

HSL color Cylindrical-coordinate representation of color #156542: hue angle of 153.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156542 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 101 66 -
CMYK 0.79 0 0.35 0.60
HSL 153.75º 0.66% 0.24% -
HSV(B) 153.75º 0.79% 0.4% -
XYZ 5.95 9.86 6.74 -
YUV 73.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 21 101 66 0.79 0 0.35 0.60 153.75 0.66 0.24
Hex 15 65 42 4F 0 23 3C 9A 42 18
Octal 25 145 102 117 0 43 74 232 102 30
Binary 10101 1100101 1000010 1001111 0 100011 111100 10011010 1000010 11000

Color Harmonies of #156542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156542

Black with #156542

Text Example


Text Example

White with #156542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156542; }

 p { color: rgb(21,101,66); }

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

background-color css

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

 a { background-color: rgb(21,101,66); }

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

border-color css

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

 span { border-color: rgb(21,101,66); }

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