#0A4D1F

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

Shades of Zuccini #0A4D1F

Tints of Zuccini #0A4D1F

Color information

#0A4D1F (or 0x0A4D1F) is unknown color: approx Zuccini. HEX triplet: 0A, 4D and 1F. RGB value is (10,77,31). Sum of RGB (Red+Green+Blue) = 10+77+31=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #0A4D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4D1F is #F5B2E0. Grayscale: #333333. Windows color (decimal): -16102113 or 2051338. OLE color: 2051338.

HSL color Cylindrical-coordinate representation of color #0A4D1F: hue angle of 138.81º 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 #0A4D1F is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB107731-
CMYK0.8700.600.70
HSL138.81º77.01%17.06%-
HSV(B)138.81º87.01%30.2%-
XYZ3.035.472.19-
YUV51.72116.398.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.47%
GREEN value IS 77 (30.47% from 255) = 65.25%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=8.47%
G=65.25%
B=26.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1077310.8700.600.70138.8177.0117.06
HexA4D1F5703C468b4d11
Octal121153712707410621311521
Binary101010011011111110101110111100100011010001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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