#136842

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

Shades of Jewel #136842

Tints of Jewel #136842

Color information

#136842 (or 0x136842) is unknown color: approx Jewel. HEX triplet: 13, 68 and 42. RGB value is (19,104,66). Sum of RGB (Red+Green+Blue) = 19+104+66=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #136842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136842 is #EC97BD. Grayscale: #4A4A4A. Windows color (decimal): -15505342 or 4352019. OLE color: 4352019.

HSL color Cylindrical-coordinate representation of color #136842: hue angle of 153.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136842 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1910466-
CMYK0.8200.370.59
HSL153.18º69.11%24.12%-
HSV(B)153.18º81.73%40.78%-
XYZ6.210.436.84-
YUV74.25123.3488.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=10.05%
G=55.03%
B=34.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104660.8200.370.59153.1869.1124.12
Hex136842520253B994518
Octal231501021220457323110530
Binary10011110100010000101010010010010111101110011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136842; }

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

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

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

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

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

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

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

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