#09341D

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

Shades of Dark Green #09341D

Tints of Dark Green #09341D

Color information

#09341D (or 0x09341D) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 1D. RGB value is (9,52,29). Sum of RGB (Red+Green+Blue) = 9+52+29=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #09341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341D is #F6CBE2. Grayscale: #242424. Windows color (decimal): -16174051 or 1913865. OLE color: 1913865.

HSL color Cylindrical-coordinate representation of color #09341D: hue angle of 147.91º 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 #09341D is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB95229-
CMYK0.8300.440.80
HSL147.91º70.49%11.96%-
HSV(B)147.91º82.69%20.39%-
XYZ1.562.61.58-
YUV36.52123.75108.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 52 (20.70% from 255) = 57.78%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=10%
G=57.78%
B=32.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952290.8300.440.80147.9170.4911.96
Hex9341D5302C509446c
Octal11643512305412022410614
Binary1001110100111011010011010110010100001001010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09341D; }

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

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

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

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

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

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

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

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