#0C4625

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

Shades of Zuccini #0C4625

Tints of Zuccini #0C4625

Color information

#0C4625 (or 0x0C4625) is unknown color: approx Zuccini. HEX triplet: 0C, 46 and 25. RGB value is (12,70,37). Sum of RGB (Red+Green+Blue) = 12+70+37=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4625 is #F3B9DA. Grayscale: #303030. Windows color (decimal): -15972827 or 2442764. OLE color: 2442764.

HSL color Cylindrical-coordinate representation of color #0C4625: hue angle of 145.86º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4625 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB127037-
CMYK0.8300.470.73
HSL145.86º70.73%16.08%-
HSV(B)145.86º82.86%27.45%-
XYZ2.684.592.5-
YUV48.9121.28101.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.08%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=10.08%
G=58.82%
B=31.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1270370.8300.470.73145.8670.7316.08
HexC46255302F49924710
Octal141064512305711122210720
Binary1100100011010010110100110101111100100110010010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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