#0C6048

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

Shades of Jewel #0C6048

Tints of Jewel #0C6048

Color information

#0C6048 (or 0x0C6048) is unknown color: approx Jewel. HEX triplet: 0C, 60 and 48. RGB value is (12,96,72). Sum of RGB (Red+Green+Blue) = 12+96+72=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6048 is #F39FB7. Grayscale: #444444. Windows color (decimal): -15966136 or 4743180. OLE color: 4743180.

HSL color Cylindrical-coordinate representation of color #0C6048: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6048 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB129672-
CMYK0.8800.250.62
HSL162.86º77.78%21.18%-
HSV(B)162.86º87.5%37.65%-
XYZ5.58.917.56-
YUV68.15130.1787.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.67%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 72 (28.52% from 255) = 40%
R=6.67%
G=53.33%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296720.8800.250.62162.8677.7821.18
HexC6048580193Ea34e15
Octal141401101300317624311625
Binary110011000001001000101100001100111111010100011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,72); }

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

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

 a { background-color: rgb(12,96,72); }

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

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

 span { border-color: rgb(12,96,72); }

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