#0A492D

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

Shades of Zuccini #0A492D

Tints of Zuccini #0A492D

Color information

#0A492D (or 0x0A492D) is unknown color: approx Zuccini. HEX triplet: 0A, 49 and 2D. RGB value is (10,73,45). Sum of RGB (Red+Green+Blue) = 10+73+45=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #0A492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A492D is #F5B6D2. Grayscale: #333333. Windows color (decimal): -16103123 or 2967818. OLE color: 2967818.

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

Color convert

RGB107345-
CMYK0.8600.380.71
HSL153.33º75.9%16.27%-
HSV(B)153.33º86.3%28.63%-
XYZ2.985.023.29-
YUV50.97124.6398.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.81%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=7.81%
G=57.03%
B=35.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073450.8600.380.71153.3375.916.27
HexA492D5602647994c10
Octal121115512604610723111420
Binary1010100100110110110101100100110100011110011001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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