#0C5A46

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

Shades of Jewel #0C5A46

Tints of Jewel #0C5A46

Color information

#0C5A46 (or 0x0C5A46) is unknown color: approx Jewel. HEX triplet: 0C, 5A and 46. RGB value is (12,90,70). Sum of RGB (Red+Green+Blue) = 12+90+70=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5A46 is #F3A5B9. Grayscale: #404040. Windows color (decimal): -15967674 or 4610572. OLE color: 4610572.

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

Color convert

RGB129070-
CMYK0.8700.220.65
HSL164.62º76.47%20%-
HSV(B)164.62º86.67%35.29%-
XYZ4.917.837.05-
YUV64.4131.1690.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 90 (35.55% from 255) = 52.33%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=6.98%
G=52.33%
B=40.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1290700.8700.220.65164.6276.4720
HexC5A465701641a54c14
Octal1413210612702610124511424
Binary1100101101010001101010111010110100000110100101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,90,70); }

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

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

 a { background-color: rgb(12,90,70); }

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

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

 span { border-color: rgb(12,90,70); }

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