#0A5031

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

Shades of Zuccini #0A5031

Tints of Zuccini #0A5031

Color information

#0A5031 (or 0x0A5031) is unknown color: approx Zuccini. HEX triplet: 0A, 50 and 31. RGB value is (10,80,49). Sum of RGB (Red+Green+Blue) = 10+80+49=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5031 is #F5AFCE. Grayscale: #373737. Windows color (decimal): -16101327 or 3231754. OLE color: 3231754.

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

Color convert

RGB108049-
CMYK0.8700.390.69
HSL153.43º77.78%17.65%-
HSV(B)153.43º87.5%31.37%-
XYZ3.556.023.88-
YUV55.54124.3195.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=7.19%
G=57.55%
B=35.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1080490.8700.390.69153.4377.7817.65
HexA50315702745994e12
Octal121206112704710523111622
Binary1010101000011000110101110100111100010110011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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