#136646

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

Shades of Jewel #136646

Tints of Jewel #136646

Color information

#136646 (or 0x136646) is unknown color: approx Jewel. HEX triplet: 13, 66 and 46. RGB value is (19,102,70). Sum of RGB (Red+Green+Blue) = 19+102+70=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #136646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136646 is #EC99B9. Grayscale: #494949. Windows color (decimal): -15505850 or 4613651. OLE color: 4613651.

HSL color Cylindrical-coordinate representation of color #136646: hue angle of 156.87º 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 #136646 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1910270-
CMYK0.8100.310.6
HSL156.87º68.6%23.73%-
HSV(B)156.87º81.37%40%-
XYZ6.1310.087.42-
YUV73.5412689.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=9.95%
G=53.40%
B=36.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102700.8100.310.6156.8768.623.73
Hex1366465101F3C9d4518
Octal231461061210377423510530
Binary1001111001101000110101000101111111110010011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136646; }

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

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

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

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

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

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

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

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