#093225

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

Shades of Dark Green #093225

Tints of Dark Green #093225

Color information

#093225 (or 0x093225) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 25. RGB value is (9,50,37). Sum of RGB (Red+Green+Blue) = 9+50+37=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #093225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093225 is #F6CDDA. Grayscale: #242424. Windows color (decimal): -16174555 or 2437641. OLE color: 2437641.

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

Color convert

RGB95037-
CMYK0.8200.260.80
HSL160.98º69.49%11.57%-
HSV(B)160.98º82%19.61%-
XYZ1.592.472.14-
YUV36.26128.42108.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=9.38%
G=52.08%
B=38.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950370.8200.260.80160.9869.4911.57
Hex932255201A50a145c
Octal11624512203212024110514
Binary1001110010100101101001001101010100001010000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093225; }

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

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

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

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

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

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

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

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