#093323

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

Shades of Dark Green #093323

Tints of Dark Green #093323

Color information

#093323 (or 0x093323) is unknown color: approx Dark Green. HEX triplet: 09, 33 and 23. RGB value is (9,51,35). Sum of RGB (Red+Green+Blue) = 9+51+35=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #093323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093323 is #F6CCDC. Grayscale: #242424. Windows color (decimal): -16174301 or 2306825. OLE color: 2306825.

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

Color convert

RGB95135-
CMYK0.8200.310.8
HSL157.14º70%11.76%-
HSV(B)157.14º82.35%20%-
XYZ1.62.552-
YUV36.62127.09108.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=9.47%
G=53.68%
B=36.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951350.8200.310.8157.147011.76
Hex933235201F509d46c
Octal11634312203712023510614
Binary1001110011100011101001001111110100001001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093323; }

 p { color: rgb(9,51,35); }

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

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

 a { background-color: rgb(9,51,35); }

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

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

 span { border-color: rgb(9,51,35); }

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