#136442

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

Shades of Jewel #136442

Tints of Jewel #136442

Color information

#136442 (or 0x136442) is unknown color: approx Jewel. HEX triplet: 13, 64 and 42. RGB value is (19,100,66). Sum of RGB (Red+Green+Blue) = 19+100+66=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #136442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136442 is #EC9BBD. Grayscale: #474747. Windows color (decimal): -15506366 or 4350995. OLE color: 4350995.

HSL color Cylindrical-coordinate representation of color #136442: hue angle of 154.81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136442 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB1910066-
CMYK0.8100.340.61
HSL154.81º68.07%23.33%-
HSV(B)154.81º81%39.22%-
XYZ5.819.656.71-
YUV71.9124.6690.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 100 (39.45% from 255) = 54.05%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=10.27%
G=54.05%
B=35.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100660.8100.340.61154.8168.0723.33
Hex136442510223D9b4417
Octal231441021210427523310427
Binary10011110010010000101010001010001011110110011011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136442; }

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

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

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

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

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

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

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

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