Html Css Color HEX #156449 Jewel

📋 copy color: '#156449'

red 21 ◦ green 100 ◦ blue 73

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

Shades of Jewel #156449

Tints of Jewel #156449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.55%

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

R = 10.82%
G = 51.55%
B = 37.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#156449 (or 0x156449) is known color: Jewel. HEX triplet: 15, 64 and 49. RGB value is (21,100,73). Sum of RGB (Red+Green+Blue) = 21+100+73=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #156449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156449 is #EA9BB6. Grayscale: #494949. Windows color (decimal): -15375287 or 4809749. OLE color: 4809749.

HSL color Cylindrical-coordinate representation of color #156449: hue angle of 159.49º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156449 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 100 73 -
CMYK 0.79 0 0.27 0.61
HSL 159.49º 0.65% 0.24% -
HSV(B) 159.49º 0.79% 0.39% -
XYZ 6.07 9.75 7.87 -
YUV 73.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 21 100 73 0.79 0 0.27 0.61 159.49 0.65 0.24
Hex 15 64 49 4F 0 1B 3D 9F 41 18
Octal 25 144 111 117 0 33 75 237 101 30
Binary 10101 1100100 1001001 1001111 0 11011 111101 10011111 1000001 11000

Color Harmonies of #156449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156449

Black with #156449

Text Example


Text Example

White with #156449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156449; }

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

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

background-color css

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

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

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

border-color css

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

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

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