#136940

Color #136940 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #136940

Tints of Jewel #136940

Color information

#136940 (or 0x136940) is unknown color: approx Jewel. HEX triplet: 13, 69 and 40. RGB value is (19,105,64). Sum of RGB (Red+Green+Blue) = 19+105+64=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #136940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136940 is #EC96BF. Grayscale: #4A4A4A. Windows color (decimal): -15505088 or 4221203. OLE color: 4221203.

HSL color Cylindrical-coordinate representation of color #136940: hue angle of 151.4º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136940 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1910564-
CMYK0.8200.390.59
HSL151.4º69.35%24.31%-
HSV(B)151.4º81.9%41.18%-
XYZ6.2510.616.57-
YUV74.61122.0188.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=10.11%
G=55.85%
B=34.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105640.8200.390.59151.469.3524.31
Hex136940520273B974518
Octal231511001220477322710530
Binary10011110100110000001010010010011111101110010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136940; }

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

 H1.HeaderClassName
 {
   color: #136940;
 }
 .AnyTagClassName
 {
   color: #136940;
 }
</style>
background-color css

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

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

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

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

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

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