#093128

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

Shades of Dark Green #093128

Tints of Dark Green #093128

Color information

#093128 (or 0x093128) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 28. RGB value is (9,49,40). Sum of RGB (Red+Green+Blue) = 9+49+40=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #093128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093128 is #F6CED7. Grayscale: #242424. Windows color (decimal): -16174808 or 2633993. OLE color: 2633993.

HSL color Cylindrical-coordinate representation of color #093128: hue angle of 166.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093128 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB94940-
CMYK0.8200.180.81
HSL166.5º68.97%11.37%-
HSV(B)166.5º81.63%19.22%-
XYZ1.592.412.39-
YUV36.01130.25108.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=9.18%
G=50%
B=40.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949400.8200.180.81166.568.9711.37
Hex931285201251a645b
Octal11615012202212124610513
Binary1001110001101000101001001001010100011010011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093128; }

 p { color: rgb(9,49,40); }

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

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

 a { background-color: rgb(9,49,40); }

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

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

 span { border-color: rgb(9,49,40); }

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