#093926

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

Shades of Dark Green #093926

Tints of Dark Green #093926

Color information

#093926 (or 0x093926) is unknown color: approx Dark Green. HEX triplet: 09, 39 and 26. RGB value is (9,57,38). Sum of RGB (Red+Green+Blue) = 9+57+38=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #093926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093926 is #F6C6D9. Grayscale: #282828. Windows color (decimal): -16172762 or 2504969. OLE color: 2504969.

HSL color Cylindrical-coordinate representation of color #093926: hue angle of 156.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093926 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB95738-
CMYK0.8400.330.78
HSL156.25º72.73%12.94%-
HSV(B)156.25º84.21%22.35%-
XYZ1.933.122.34-
YUV40.48126.6105.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=8.65%
G=54.81%
B=36.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957380.8400.330.78156.2572.7312.94
Hex93926540214E9c49d
Octal11714612404111623411115
Binary10011110011001101010100010000110011101001110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093926; }

 p { color: rgb(9,57,38); }

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

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

 a { background-color: rgb(9,57,38); }

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

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

 span { border-color: rgb(9,57,38); }

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