#093520

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

Shades of Dark Green #093520

Tints of Dark Green #093520

Color information

#093520 (or 0x093520) is unknown color: approx Dark Green. HEX triplet: 09, 35 and 20. RGB value is (9,53,32). Sum of RGB (Red+Green+Blue) = 9+53+32=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #093520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093520 is #F6CADF. Grayscale: #252525. Windows color (decimal): -16173792 or 2110729. OLE color: 2110729.

HSL color Cylindrical-coordinate representation of color #093520: hue angle of 151.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093520 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB95332-
CMYK0.8300.400.79
HSL151.36º70.97%12.16%-
HSV(B)151.36º83.02%20.78%-
XYZ1.652.711.8-
YUV37.45124.92107.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=9.57%
G=56.38%
B=34.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953320.8300.400.79151.3670.9712.16
Hex93520530284F9747c
Octal11654012305011722710714
Binary10011101011000001010011010100010011111001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093520; }

 p { color: rgb(9,53,32); }

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

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

 a { background-color: rgb(9,53,32); }

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

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

 span { border-color: rgb(9,53,32); }

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