Html Css Color HEX #156142 Jewel

📋 copy color: '#156142'

red 21 ◦ green 97 ◦ blue 66

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

Shades of Jewel #156142

Tints of Jewel #156142

RGB

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

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

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

R = 11.41%
G = 52.72%
B = 35.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#156142 (or 0x156142) is known color: Jewel. HEX triplet: 15, 61 and 42. RGB value is (21,97,66). Sum of RGB (Red+Green+Blue) = 21+97+66=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #156142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156142 is #EA9EBD. Grayscale: #464646. Windows color (decimal): -15376062 or 4350229. OLE color: 4350229.

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

Color convert

RGB 21 97 66 -
CMYK 0.78 0 0.32 0.62
HSL 155.53º 0.64% 0.23% -
HSV(B) 155.53º 0.78% 0.38% -
XYZ 5.57 9.1 6.62 -
YUV 70.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 21 97 66 0.78 0 0.32 0.62 155.53 0.64 0.23
Hex 15 61 42 4E 0 20 3E 9C 40 17
Octal 25 141 102 116 0 40 76 234 100 27
Binary 10101 1100001 1000010 1001110 0 100000 111110 10011100 1000000 10111

Color Harmonies of #156142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156142

Black with #156142

Text Example


Text Example

White with #156142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156142; }

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

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

background-color css

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

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

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

border-color css

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

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

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