Html Css Color HEX #156C4A Jewel

📋 copy color: '#156C4A'

red 21 ◦ green 108 ◦ blue 74

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

Shades of Jewel #156C4A

Tints of Jewel #156C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 10.34%
G = 53.2%
B = 36.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#156C4A (or 0x156C4A) is known color: Jewel. HEX triplet: 15, 6C and 4A. RGB value is (21,108,74). Sum of RGB (Red+Green+Blue) = 21+108+74=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #156C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C4A is #EA93B5. Grayscale: #4E4E4E. Windows color (decimal): -15373238 or 4877333. OLE color: 4877333.

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

Color convert

RGB 21 108 74 -
CMYK 0.81 0 0.31 0.58
HSL 156.55º 0.67% 0.25% -
HSV(B) 156.55º 0.81% 0.42% -
XYZ 6.91 11.38 8.31 -
YUV 78.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 21 108 74 0.81 0 0.31 0.58 156.55 0.67 0.25
Hex 15 6C 4A 51 0 1F 3A 9D 43 19
Octal 25 154 112 121 0 37 72 235 103 31
Binary 10101 1101100 1001010 1010001 0 11111 111010 10011101 1000011 11001

Color Harmonies of #156C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156C4A

Black with #156C4A

Text Example


Text Example

White with #156C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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