Html Css Color HEX #156940 Jewel

📋 copy color: '#156940'

red 21 ◦ green 105 ◦ blue 64

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

Shades of Jewel #156940

Tints of Jewel #156940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 11.05%
G = 55.26%
B = 33.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#156940 (or 0x156940) is known color: Jewel. HEX triplet: 15, 69 and 40. RGB value is (21,105,64). Sum of RGB (Red+Green+Blue) = 21+105+64=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #156940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156940 is #EA96BF. Grayscale: #4B4B4B. Windows color (decimal): -15374016 or 4221205. OLE color: 4221205.

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

Color convert

RGB 21 105 64 -
CMYK 0.80 0 0.39 0.59
HSL 150.71º 0.67% 0.25% -
HSV(B) 150.71º 0.8% 0.41% -
XYZ 6.29 10.63 6.57 -
YUV 75.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 21 105 64 0.80 0 0.39 0.59 150.71 0.67 0.25
Hex 15 69 40 50 0 27 3B 97 43 19
Octal 25 151 100 120 0 47 73 227 103 31
Binary 10101 1101001 1000000 1010000 0 100111 111011 10010111 1000011 11001

Color Harmonies of #156940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156940

Black with #156940

Text Example


Text Example

White with #156940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156940; }

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

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

background-color css

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

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

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

border-color css

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

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

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