#093426

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

Shades of Dark Green #093426

Tints of Dark Green #093426

Color information

#093426 (or 0x093426) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 26. RGB value is (9,52,38). Sum of RGB (Red+Green+Blue) = 9+52+38=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #093426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093426 is #F6CBD9. Grayscale: #252525. Windows color (decimal): -16174042 or 2503689. OLE color: 2503689.

HSL color Cylindrical-coordinate representation of color #093426: hue angle of 160.47º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093426 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB95238-
CMYK0.8300.270.80
HSL160.47º70.49%11.96%-
HSV(B)160.47º82.69%20.39%-
XYZ1.692.652.26-
YUV37.55128.25107.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=9.09%
G=52.53%
B=38.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952380.8300.270.80160.4770.4911.96
Hex934265301B50a046c
Octal11644612303312024010614
Binary1001110100100110101001101101110100001010000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093426; }

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

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

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

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

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

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

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

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