#093527

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

Shades of Dark Green #093527

Tints of Dark Green #093527

Color information

#093527 (or 0x093527) is unknown color: approx Dark Green. HEX triplet: 09, 35 and 27. RGB value is (9,53,39). Sum of RGB (Red+Green+Blue) = 9+53+39=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #093527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093527 is #F6CAD8. Grayscale: #262626. Windows color (decimal): -16173785 or 2569481. OLE color: 2569481.

HSL color Cylindrical-coordinate representation of color #093527: hue angle of 160.91º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093527 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB95339-
CMYK0.8300.260.79
HSL160.91º70.97%12.16%-
HSV(B)160.91º83.02%20.78%-
XYZ1.752.752.36-
YUV38.25128.42107.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 53 (21.09% from 255) = 52.48%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=8.91%
G=52.48%
B=38.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953390.8300.260.79160.9170.9712.16
Hex935275301A4Fa147c
Octal11654712303211724110714
Binary1001110101100111101001101101010011111010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093527; }

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

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

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

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

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

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

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

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