#093420

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

Shades of Dark Green #093420

Tints of Dark Green #093420

Color information

#093420 (or 0x093420) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 20. RGB value is (9,52,32). Sum of RGB (Red+Green+Blue) = 9+52+32=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #093420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093420 is #F6CBDF. Grayscale: #242424. Windows color (decimal): -16174048 or 2110473. OLE color: 2110473.

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

Color convert

RGB95232-
CMYK0.8300.380.80
HSL152.09º70.49%11.96%-
HSV(B)152.09º82.69%20.39%-
XYZ1.62.621.79-
YUV36.86125.25108.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=9.68%
G=55.91%
B=34.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952320.8300.380.80152.0970.4911.96
Hex9342053026509846c
Octal11644012304612023010614
Binary10011101001000001010011010011010100001001100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093420; }

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

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

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

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

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

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

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

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