#093223

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

Shades of Dark Green #093223

Tints of Dark Green #093223

Color information

#093223 (or 0x093223) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 23. RGB value is (9,50,35). Sum of RGB (Red+Green+Blue) = 9+50+35=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #093223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093223 is #F6CDDC. Grayscale: #242424. Windows color (decimal): -16174557 or 2306569. OLE color: 2306569.

HSL color Cylindrical-coordinate representation of color #093223: hue angle of 158.05º degrees, saturation: 0.69, 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 #093223 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB95035-
CMYK0.8200.300.80
HSL158.05º69.49%11.57%-
HSV(B)158.05º82%19.61%-
XYZ1.562.461.98-
YUV36.03127.42108.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=9.57%
G=53.19%
B=37.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950350.8200.300.80158.0569.4911.57
Hex932235201E509e45c
Octal11624312203612023610514
Binary1001110010100011101001001111010100001001111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093223; }

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

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

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

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

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

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

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

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