#0A4E2E

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

Shades of Zuccini #0A4E2E

Tints of Zuccini #0A4E2E

Color information

#0A4E2E (or 0x0A4E2E) is unknown color: approx Zuccini. HEX triplet: 0A, 4E and 2E. RGB value is (10,78,46). Sum of RGB (Red+Green+Blue) = 10+78+46=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E2E is #F5B1D1. Grayscale: #363636. Windows color (decimal): -16101842 or 3034634. OLE color: 3034634.

HSL color Cylindrical-coordinate representation of color #0A4E2E: hue angle of 151.76º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E2E is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB107846-
CMYK0.8700.410.69
HSL151.76º77.27%17.25%-
HSV(B)151.76º87.18%30.59%-
XYZ3.345.713.51-
YUV54.02123.4796.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 78 (30.86% from 255) = 58.21%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=7.46%
G=58.21%
B=34.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1078460.8700.410.69151.7677.2717.25
HexA4E2E5702945984d11
Octal121165612705110523011521
Binary1010100111010111010101110101001100010110011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,78,46); }

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

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

 a { background-color: rgb(10,78,46); }

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

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

 span { border-color: rgb(10,78,46); }

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