Html Css Color HEX #156949 Jewel

📋 copy color: '#156949'

red 21 ◦ green 105 ◦ blue 73

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

Shades of Jewel #156949

Tints of Jewel #156949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

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

R = 10.55%
G = 52.76%
B = 36.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#156949 (or 0x156949) is known color: Jewel. HEX triplet: 15, 69 and 49. RGB value is (21,105,73). Sum of RGB (Red+Green+Blue) = 21+105+73=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #156949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156949 is #EA96B6. Grayscale: #4C4C4C. Windows color (decimal): -15374007 or 4811029. OLE color: 4811029.

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

Color convert

RGB 21 105 73 -
CMYK 0.80 0 0.30 0.59
HSL 157.14º 0.67% 0.25% -
HSV(B) 157.14º 0.8% 0.41% -
XYZ 6.56 10.74 8.03 -
YUV 76.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 21 105 73 0.80 0 0.30 0.59 157.14 0.67 0.25
Hex 15 69 49 50 0 1E 3B 9D 43 19
Octal 25 151 111 120 0 36 73 235 103 31
Binary 10101 1101001 1001001 1010000 0 11110 111011 10011101 1000011 11001

Color Harmonies of #156949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156949

Black with #156949

Text Example


Text Example

White with #156949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156949; }

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

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

background-color css

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

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

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

border-color css

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

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

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