#0A3420

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

Shades of Dark Green #0A3420

Tints of Dark Green #0A3420

Color information

#0A3420 (or 0x0A3420) is unknown color: approx Dark Green. HEX triplet: 0A, 34 and 20. RGB value is (10,52,32). Sum of RGB (Red+Green+Blue) = 10+52+32=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3420 is #F5CBDF. Grayscale: #252525. Windows color (decimal): -16108512 or 2110474. OLE color: 2110474.

HSL color Cylindrical-coordinate representation of color #0A3420: hue angle of 151.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3420 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB105232-
CMYK0.8100.380.80
HSL151.43º67.74%12.16%-
HSV(B)151.43º80.77%20.39%-
XYZ1.612.621.79-
YUV37.16125.09108.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=10.64%
G=55.32%
B=34.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052320.8100.380.80151.4367.7412.16
HexA342051026509744c
Octal12644012104612022710414
Binary10101101001000001010001010011010100001001011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,32); }

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

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

 a { background-color: rgb(10,52,32); }

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

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

 span { border-color: rgb(10,52,32); }

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