#0A4B2A

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

Shades of Zuccini #0A4B2A

Tints of Zuccini #0A4B2A

Color information

#0A4B2A (or 0x0A4B2A) is unknown color: approx Zuccini. HEX triplet: 0A, 4B and 2A. RGB value is (10,75,42). Sum of RGB (Red+Green+Blue) = 10+75+42=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4B2A is #F5B4D5. Grayscale: #333333. Windows color (decimal): -16102614 or 2771722. OLE color: 2771722.

HSL color Cylindrical-coordinate representation of color #0A4B2A: hue angle of 149.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B2A is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB107542-
CMYK0.8700.440.71
HSL149.54º76.47%16.67%-
HSV(B)149.54º86.67%29.41%-
XYZ3.065.263.05-
YUV51.8122.4798.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 75 (29.69% from 255) = 59.06%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=7.87%
G=59.06%
B=33.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1075420.8700.440.71149.5476.4716.67
HexA4B2A5702C47964c11
Octal121135212705410722611421
Binary1010100101110101010101110101100100011110010110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,75,42); }

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

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

 a { background-color: rgb(10,75,42); }

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

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

 span { border-color: rgb(10,75,42); }

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