#136941

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

Shades of Jewel #136941

Tints of Jewel #136941

Color information

#136941 (or 0x136941) is unknown color: approx Jewel. HEX triplet: 13, 69 and 41. RGB value is (19,105,65). Sum of RGB (Red+Green+Blue) = 19+105+65=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #136941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136941 is #EC96BE. Grayscale: #4A4A4A. Windows color (decimal): -15505087 or 4286739. OLE color: 4286739.

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

Color convert

RGB1910565-
CMYK0.8200.380.59
HSL152.09º69.35%24.31%-
HSV(B)152.09º81.9%41.18%-
XYZ6.2710.626.72-
YUV74.73122.5188.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=10.05%
G=55.56%
B=34.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105650.8200.380.59152.0969.3524.31
Hex136941520263B984518
Octal231511011220467323010530
Binary10011110100110000011010010010011011101110011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136941; }

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

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

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

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

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

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

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

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