#136642

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

Shades of Jewel #136642

Tints of Jewel #136642

Color information

#136642 (or 0x136642) is unknown color: approx Jewel. HEX triplet: 13, 66 and 42. RGB value is (19,102,66). Sum of RGB (Red+Green+Blue) = 19+102+66=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #136642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136642 is #EC99BD. Grayscale: #494949. Windows color (decimal): -15505854 or 4351507. OLE color: 4351507.

HSL color Cylindrical-coordinate representation of color #136642: hue angle of 153.98º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136642 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1910266-
CMYK0.8100.350.6
HSL153.98º68.6%23.73%-
HSV(B)153.98º81.37%40%-
XYZ610.036.77-
YUV73.0812489.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=10.16%
G=54.55%
B=35.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102660.8100.350.6153.9868.623.73
Hex136642510233C9a4518
Octal231461021210437423210530
Binary10011110011010000101010001010001111110010011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136642; }

 p { color: rgb(19,102,66); }

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

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

 a { background-color: rgb(19,102,66); }

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

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

 span { border-color: rgb(19,102,66); }

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