#0A4C1F

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

Shades of Zuccini #0A4C1F

Tints of Zuccini #0A4C1F

Color information

#0A4C1F (or 0x0A4C1F) is unknown color: approx Zuccini. HEX triplet: 0A, 4C and 1F. RGB value is (10,76,31). Sum of RGB (Red+Green+Blue) = 10+76+31=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4C1F is #F5B3E0. Grayscale: #333333. Windows color (decimal): -16102369 or 2051082. OLE color: 2051082.

HSL color Cylindrical-coordinate representation of color #0A4C1F: hue angle of 139.09º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C1F is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB107631-
CMYK0.8700.590.70
HSL139.09º76.74%16.86%-
HSV(B)139.09º86.84%29.8%-
XYZ2.965.332.17-
YUV51.14116.6398.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 76 (30.08% from 255) = 64.96%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=8.55%
G=64.96%
B=26.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1076310.8700.590.70139.0976.7416.86
HexA4C1F5703B468b4d11
Octal121143712707310621311521
Binary101010011001111110101110111011100011010001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,31); }

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

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

 a { background-color: rgb(10,76,31); }

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

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

 span { border-color: rgb(10,76,31); }

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