Html Css Color HEX #156146 Jewel

📋 copy color: '#156146'

red 21 ◦ green 97 ◦ blue 70

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

Shades of Jewel #156146

Tints of Jewel #156146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 11.17%
G = 51.6%
B = 37.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#156146 (or 0x156146) is known color: Jewel. HEX triplet: 15, 61 and 46. RGB value is (21,97,70). Sum of RGB (Red+Green+Blue) = 21+97+70=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #156146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156146 is #EA9EB9. Grayscale: #474747. Windows color (decimal): -15376058 or 4612373. OLE color: 4612373.

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

Color convert

RGB 21 97 70 -
CMYK 0.78 0 0.28 0.62
HSL 158.68º 0.64% 0.23% -
HSV(B) 158.68º 0.78% 0.38% -
XYZ 5.69 9.15 7.26 -
YUV 71.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 21 97 70 0.78 0 0.28 0.62 158.68 0.64 0.23
Hex 15 61 46 4E 0 1C 3E 9F 40 17
Octal 25 141 106 116 0 34 76 237 100 27
Binary 10101 1100001 1000110 1001110 0 11100 111110 10011111 1000000 10111

Color Harmonies of #156146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156146

Black with #156146

Text Example


Text Example

White with #156146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156146; }

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

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

background-color css

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

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

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

border-color css

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

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

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