#0A5027

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

Shades of Zuccini #0A5027

Tints of Zuccini #0A5027

Color information

#0A5027 (or 0x0A5027) is unknown color: approx Zuccini. HEX triplet: 0A, 50 and 27. RGB value is (10,80,39). Sum of RGB (Red+Green+Blue) = 10+80+39=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5027 is #F5AFD8. Grayscale: #363636. Windows color (decimal): -16101337 or 2576394. OLE color: 2576394.

HSL color Cylindrical-coordinate representation of color #0A5027: hue angle of 144.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5027 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB108039-
CMYK0.8700.510.69
HSL144.86º77.78%17.65%-
HSV(B)144.86º87.5%31.37%-
XYZ3.365.952.89-
YUV54.4119.3196.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=7.75%
G=62.02%
B=30.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1080390.8700.510.69144.8677.7817.65
HexA50275703345914e12
Octal121204712706310522111622
Binary1010101000010011110101110110011100010110010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,80,39); }

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

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

 a { background-color: rgb(10,80,39); }

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

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

 span { border-color: rgb(10,80,39); }

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