Html Css Color HEX #156148 Jewel

📋 copy color: '#156148'

red 21 ◦ green 97 ◦ blue 72

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

Shades of Jewel #156148

Tints of Jewel #156148

RGB

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

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

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

R = 11.05%
G = 51.05%
B = 37.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#156148 (or 0x156148) is known color: Jewel. HEX triplet: 15, 61 and 48. RGB value is (21,97,72). Sum of RGB (Red+Green+Blue) = 21+97+72=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #156148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156148 is #EA9EB7. Grayscale: #474747. Windows color (decimal): -15376056 or 4743445. OLE color: 4743445.

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

Color convert

RGB 21 97 72 -
CMYK 0.78 0 0.26 0.62
HSL 160.26º 0.64% 0.23% -
HSV(B) 160.26º 0.78% 0.38% -
XYZ 5.75 9.18 7.6 -
YUV 71.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 21 97 72 0.78 0 0.26 0.62 160.26 0.64 0.23
Hex 15 61 48 4E 0 1A 3E A0 40 17
Octal 25 141 110 116 0 32 76 240 100 27
Binary 10101 1100001 1001000 1001110 0 11010 111110 10100000 1000000 10111

Color Harmonies of #156148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156148

Black with #156148

Text Example


Text Example

White with #156148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156148; }

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

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

background-color css

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

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

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

border-color css

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

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

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