#136542

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

Shades of Jewel #136542

Tints of Jewel #136542

Color information

#136542 (or 0x136542) is unknown color: approx Jewel. HEX triplet: 13, 65 and 42. RGB value is (19,101,66). Sum of RGB (Red+Green+Blue) = 19+101+66=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #136542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136542 is #EC9ABD. Grayscale: #484848. Windows color (decimal): -15506110 or 4351251. OLE color: 4351251.

HSL color Cylindrical-coordinate representation of color #136542: hue angle of 154.39º degrees, saturation: 0.68, 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 #136542 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1910166-
CMYK0.8100.350.60
HSL154.39º68.33%23.53%-
HSV(B)154.39º81.19%39.61%-
XYZ5.919.846.74-
YUV72.49124.3389.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 101 (39.84% from 255) = 54.30%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=10.22%
G=54.30%
B=35.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101660.8100.350.60154.3968.3323.53
Hex136542510233C9a4418
Octal231451021210437423210430
Binary10011110010110000101010001010001111110010011010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136542; }

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

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

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

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

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

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

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

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