#136645

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

Shades of Jewel #136645

Tints of Jewel #136645

Color information

#136645 (or 0x136645) is unknown color: approx Jewel. HEX triplet: 13, 66 and 45. RGB value is (19,102,69). Sum of RGB (Red+Green+Blue) = 19+102+69=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #136645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136645 is #EC99BA. Grayscale: #494949. Windows color (decimal): -15505851 or 4548115. OLE color: 4548115.

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

Color convert

RGB1910269-
CMYK0.8100.320.6
HSL156.14º68.6%23.73%-
HSV(B)156.14º81.37%40%-
XYZ6.0910.077.25-
YUV73.42125.589.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=10%
G=53.68%
B=36.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102690.8100.320.6156.1468.623.73
Hex136645510203C9c4518
Octal231461051210407423410530
Binary10011110011010001011010001010000011110010011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136645; }

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

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

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

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

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

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

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

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