Html Css Color HEX #156048 Jewel

📋 copy color: '#156048'

red 21 ◦ green 96 ◦ blue 72

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

Shades of Jewel #156048

Tints of Jewel #156048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 11.11%
G = 50.79%
B = 38.1%

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

#156048 (or 0x156048) is known color: Jewel. HEX triplet: 15, 60 and 48. RGB value is (21,96,72). Sum of RGB (Red+Green+Blue) = 21+96+72=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #156048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156048 is #EA9FB7. Grayscale: #464646. Windows color (decimal): -15376312 or 4743189. OLE color: 4743189.

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

Color convert

RGB 21 96 72 -
CMYK 0.78 0 0.25 0.62
HSL 160.8º 0.64% 0.23% -
HSV(B) 160.8º 0.78% 0.38% -
XYZ 5.66 8.99 7.57 -
YUV 70.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 21 96 72 0.78 0 0.25 0.62 160.8 0.64 0.23
Hex 15 60 48 4E 0 19 3E A1 40 17
Octal 25 140 110 116 0 31 76 241 100 27
Binary 10101 1100000 1001000 1001110 0 11001 111110 10100001 1000000 10111

Color Harmonies of #156048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156048

Black with #156048

Text Example


Text Example

White with #156048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156048; }

 p { color: rgb(21,96,72); }

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

background-color css

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

 a { background-color: rgb(21,96,72); }

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

border-color css

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

 span { border-color: rgb(21,96,72); }

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