Html Css Color HEX #156C40 Jewel

📋 copy color: '#156C40'

red 21 ◦ green 108 ◦ blue 64

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

Shades of Jewel #156C40

Tints of Jewel #156C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 10.88%
G = 55.96%
B = 33.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#156C40 (or 0x156C40) is known color: Jewel. HEX triplet: 15, 6C and 40. RGB value is (21,108,64). Sum of RGB (Red+Green+Blue) = 21+108+64=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #156C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C40 is #EA93BF. Grayscale: #4D4D4D. Windows color (decimal): -15373248 or 4221973. OLE color: 4221973.

HSL color Cylindrical-coordinate representation of color #156C40: hue angle of 149.66º 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 #156C40 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 108 64 -
CMYK 0.81 0 0.41 0.58
HSL 149.66º 0.67% 0.25% -
HSV(B) 149.66º 0.81% 0.42% -
XYZ 6.6 11.25 6.68 -
YUV 76.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 21 108 64 0.81 0 0.41 0.58 149.66 0.67 0.25
Hex 15 6C 40 51 0 29 3A 96 43 19
Octal 25 154 100 121 0 51 72 226 103 31
Binary 10101 1101100 1000000 1010001 0 101001 111010 10010110 1000011 11001

Color Harmonies of #156C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156C40

Black with #156C40

Text Example


Text Example

White with #156C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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