Html Css Color HEX #156149 Jewel

📋 copy color: '#156149'

red 21 ◦ green 97 ◦ blue 73

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

Shades of Jewel #156149

Tints of Jewel #156149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.22%

R = 10.99%
G = 50.79%
B = 38.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#156149 (or 0x156149) is known color: Jewel. HEX triplet: 15, 61 and 49. RGB value is (21,97,73). Sum of RGB (Red+Green+Blue) = 21+97+73=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #156149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156149 is #EA9EB6. Grayscale: #474747. Windows color (decimal): -15376055 or 4808981. OLE color: 4808981.

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

Color convert

RGB 21 97 73 -
CMYK 0.78 0 0.25 0.62
HSL 161.05º 0.64% 0.23% -
HSV(B) 161.05º 0.78% 0.38% -
XYZ 5.79 9.19 7.77 -
YUV 71.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 21 97 73 0.78 0 0.25 0.62 161.05 0.64 0.23
Hex 15 61 49 4E 0 19 3E A1 40 17
Octal 25 141 111 116 0 31 76 241 100 27
Binary 10101 1100001 1001001 1001110 0 11001 111110 10100001 1000000 10111

Color Harmonies of #156149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156149

Black with #156149

Text Example


Text Example

White with #156149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156149; }

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

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

background-color css

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

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

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

border-color css

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

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

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