Html Css Color HEX #156842 Jewel

📋 copy color: '#156842'

red 21 ◦ green 104 ◦ blue 66

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

Shades of Jewel #156842

Tints of Jewel #156842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.45%

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

R = 10.99%
G = 54.45%
B = 34.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#156842 (or 0x156842) is known color: Jewel. HEX triplet: 15, 68 and 42. RGB value is (21,104,66). Sum of RGB (Red+Green+Blue) = 21+104+66=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #156842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156842 is #EA97BD. Grayscale: #4A4A4A. Windows color (decimal): -15374270 or 4352021. OLE color: 4352021.

HSL color Cylindrical-coordinate representation of color #156842: hue angle of 152.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156842 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 104 66 -
CMYK 0.80 0 0.37 0.59
HSL 152.53º 0.66% 0.25% -
HSV(B) 152.53º 0.8% 0.41% -
XYZ 6.24 10.45 6.84 -
YUV 74.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 21 104 66 0.80 0 0.37 0.59 152.53 0.66 0.25
Hex 15 68 42 50 0 25 3B 99 42 19
Octal 25 150 102 120 0 45 73 231 102 31
Binary 10101 1101000 1000010 1010000 0 100101 111011 10011001 1000010 11001

Color Harmonies of #156842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156842

Black with #156842

Text Example


Text Example

White with #156842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156842; }

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

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

background-color css

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

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

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

border-color css

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

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

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