#093120

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

Shades of Dark Green #093120

Tints of Dark Green #093120

Color information

#093120 (or 0x093120) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 20. RGB value is (9,49,32). Sum of RGB (Red+Green+Blue) = 9+49+32=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #093120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093120 is #F6CEDF. Grayscale: #232323. Windows color (decimal): -16174816 or 2109705. OLE color: 2109705.

HSL color Cylindrical-coordinate representation of color #093120: hue angle of 154.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093120 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB94932-
CMYK0.8200.350.81
HSL154.5º68.97%11.37%-
HSV(B)154.5º81.63%19.22%-
XYZ1.472.361.74-
YUV35.1126.25109.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=10%
G=54.44%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949320.8200.350.81154.568.9711.37
Hex9312052023519a45b
Octal11614012204312123210513
Binary10011100011000001010010010001110100011001101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093120; }

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

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

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

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

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

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

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

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