#0C5840

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

Shades of Jewel #0C5840

Tints of Jewel #0C5840

Color information

#0C5840 (or 0x0C5840) is unknown color: approx Jewel. HEX triplet: 0C, 58 and 40. RGB value is (12,88,64). Sum of RGB (Red+Green+Blue) = 12+88+64=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5840 is #F3A7BF. Grayscale: #3E3E3E. Windows color (decimal): -15968192 or 4216844. OLE color: 4216844.

HSL color Cylindrical-coordinate representation of color #0C5840: hue angle of 161.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5840 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB128864-
CMYK0.8600.270.65
HSL161.05º76%19.61%-
HSV(B)161.05º86.36%34.51%-
XYZ4.577.436.04-
YUV62.54128.8291.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=7.32%
G=53.66%
B=39.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1288640.8600.270.65161.057619.61
HexC58405601B41a14c14
Octal1413010012603310124111424
Binary1100101100010000001010110011011100000110100001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5840; }

 p { color: rgb(12,88,64); }

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

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

 a { background-color: rgb(12,88,64); }

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

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

 span { border-color: rgb(12,88,64); }

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