#09341F

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

Shades of Dark Green #09341F

Tints of Dark Green #09341F

Color information

#09341F (or 0x09341F) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 1F. RGB value is (9,52,31). Sum of RGB (Red+Green+Blue) = 9+52+31=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #09341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341F is #F6CBE0. Grayscale: #242424. Windows color (decimal): -16174049 or 2044937. OLE color: 2044937.

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

Color convert

RGB95231-
CMYK0.8300.400.80
HSL150.7º70.49%11.96%-
HSV(B)150.7º82.69%20.39%-
XYZ1.592.611.72-
YUV36.75124.75108.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=9.78%
G=56.52%
B=33.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952310.8300.400.80150.770.4911.96
Hex9341F53028509746c
Octal11643712305012022710614
Binary1001110100111111010011010100010100001001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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