Html Css Color HEX #156C52 Jewel

📋 copy color: '#156C52'

red 21 ◦ green 108 ◦ blue 82

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

Shades of Jewel #156C52

Tints of Jewel #156C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 9.95%
G = 51.18%
B = 38.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#156C52 (or 0x156C52) is known color: Jewel. HEX triplet: 15, 6C and 52. RGB value is (21,108,82). Sum of RGB (Red+Green+Blue) = 21+108+82=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #156C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C52 is #EA93AD. Grayscale: #4F4F4F. Windows color (decimal): -15373230 or 5401621. OLE color: 5401621.

HSL color Cylindrical-coordinate representation of color #156C52: hue angle of 162.07º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C52 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 108 82 -
CMYK 0.81 0 0.24 0.58
HSL 162.07º 0.67% 0.25% -
HSV(B) 162.07º 0.81% 0.42% -
XYZ 7.19 11.49 9.82 -
YUV 79.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 21 108 82 0.81 0 0.24 0.58 162.07 0.67 0.25
Hex 15 6C 52 51 0 18 3A A2 43 19
Octal 25 154 122 121 0 30 72 242 103 31
Binary 10101 1101100 1010010 1010001 0 11000 111010 10100010 1000011 11001

Color Harmonies of #156C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156C52

Black with #156C52

Text Example


Text Example

White with #156C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156C52; }

 p { color: rgb(21,108,82); }

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

background-color css

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

 a { background-color: rgb(21,108,82); }

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

border-color css

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

 span { border-color: rgb(21,108,82); }

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