#093227

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

Shades of Dark Green #093227

Tints of Dark Green #093227

Color information

#093227 (or 0x093227) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 27. RGB value is (9,50,39). Sum of RGB (Red+Green+Blue) = 9+50+39=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #093227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093227 is #F6CDD8. Grayscale: #242424. Windows color (decimal): -16174553 or 2568713. OLE color: 2568713.

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

Color convert

RGB95039-
CMYK0.8200.220.80
HSL163.9º69.49%11.57%-
HSV(B)163.9º82%19.61%-
XYZ1.622.492.31-
YUV36.49129.42108.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 50 (19.92% from 255) = 51.02%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=9.18%
G=51.02%
B=39.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950390.8200.220.80163.969.4911.57
Hex932275201650a445c
Octal11624712202612024410514
Binary1001110010100111101001001011010100001010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093227; }

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

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

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

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

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

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

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

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