Html Css Color HEX #156946 Jewel

📋 copy color: '#156946'

red 21 ◦ green 105 ◦ blue 70

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

Shades of Jewel #156946

Tints of Jewel #156946

RGB

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

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

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

R = 10.71%
G = 53.57%
B = 35.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#156946 (or 0x156946) is known color: Jewel. HEX triplet: 15, 69 and 46. RGB value is (21,105,70). Sum of RGB (Red+Green+Blue) = 21+105+70=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #156946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156946 is #EA96B9. Grayscale: #4B4B4B. Windows color (decimal): -15374010 or 4614421. OLE color: 4614421.

HSL color Cylindrical-coordinate representation of color #156946: hue angle of 155º 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 #156946 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 70 -
CMYK 0.80 0 0.33 0.59
HSL 155º 0.67% 0.25% -
HSV(B) 155º 0.8% 0.41% -
XYZ 6.47 10.7 7.52 -
YUV 75.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 21 105 70 0.80 0 0.33 0.59 155 0.67 0.25
Hex 15 69 46 50 0 21 3B 9B 43 19
Octal 25 151 106 120 0 41 73 233 103 31
Binary 10101 1101001 1000110 1010000 0 100001 111011 10011011 1000011 11001

Color Harmonies of #156946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156946

Black with #156946

Text Example


Text Example

White with #156946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156946; }

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

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

background-color css

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

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

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

border-color css

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

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

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