Html Css Color HEX #156A4A Jewel

📋 copy color: '#156A4A'

red 21 ◦ green 106 ◦ blue 74

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

Shades of Jewel #156A4A

Tints of Jewel #156A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

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

R = 10.45%
G = 52.74%
B = 36.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#156A4A (or 0x156A4A) is known color: Jewel. HEX triplet: 15, 6A and 4A. RGB value is (21,106,74). Sum of RGB (Red+Green+Blue) = 21+106+74=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #156A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156A4A is #EA95B5. Grayscale: #4C4C4C. Windows color (decimal): -15373750 or 4876821. OLE color: 4876821.

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

Color convert

RGB 21 106 74 -
CMYK 0.80 0 0.30 0.58
HSL 157.41º 0.67% 0.25% -
HSV(B) 157.41º 0.8% 0.42% -
XYZ 6.7 10.96 8.24 -
YUV 76.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 21 106 74 0.80 0 0.30 0.58 157.41 0.67 0.25
Hex 15 6A 4A 50 0 1E 3A 9D 43 19
Octal 25 152 112 120 0 36 72 235 103 31
Binary 10101 1101010 1001010 1010000 0 11110 111010 10011101 1000011 11001

Color Harmonies of #156A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156A4A

Black with #156A4A

Text Example


Text Example

White with #156A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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