#0A502D

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

Shades of Zuccini #0A502D

Tints of Zuccini #0A502D

Color information

#0A502D (or 0x0A502D) is unknown color: approx Zuccini. HEX triplet: 0A, 50 and 2D. RGB value is (10,80,45). Sum of RGB (Red+Green+Blue) = 10+80+45=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #0A502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A502D is #F5AFD2. Grayscale: #373737. Windows color (decimal): -16101331 or 2969610. OLE color: 2969610.

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

Color convert

RGB108045-
CMYK0.8700.440.69
HSL150º77.78%17.65%-
HSV(B)150º87.5%31.37%-
XYZ3.475.993.46-
YUV55.08122.3195.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=7.41%
G=59.26%
B=33.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1080450.8700.440.6915077.7817.65
HexA502D5702C45964e12
Octal121205512705410522611622
Binary1010101000010110110101110101100100010110010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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