#0A4E21

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

Shades of Zuccini #0A4E21

Tints of Zuccini #0A4E21

Color information

#0A4E21 (or 0x0A4E21) is unknown color: approx Zuccini. HEX triplet: 0A, 4E and 21. RGB value is (10,78,33). Sum of RGB (Red+Green+Blue) = 10+78+33=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E21 is #F5B1DE. Grayscale: #343434. Windows color (decimal): -16101855 or 2182666. OLE color: 2182666.

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

Color convert

RGB107833-
CMYK0.8700.580.69
HSL140.29º77.27%17.25%-
HSV(B)140.29º87.18%30.59%-
XYZ3.125.622.36-
YUV52.54116.9797.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 78 (30.86% from 255) = 64.46%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=8.26%
G=64.46%
B=27.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1078330.8700.580.69140.2977.2717.25
HexA4E215703A458c4d11
Octal121164112707210521411521
Binary1010100111010000110101110111010100010110001100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,78,33); }

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

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

 a { background-color: rgb(10,78,33); }

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

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

 span { border-color: rgb(10,78,33); }

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