#09341E

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

Shades of Dark Green #09341E

Tints of Dark Green #09341E

Color information

#09341E (or 0x09341E) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 1E. RGB value is (9,52,30). Sum of RGB (Red+Green+Blue) = 9+52+30=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #09341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341E is #F6CBE1. Grayscale: #242424. Windows color (decimal): -16174050 or 1979401. OLE color: 1979401.

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

Color convert

RGB95230-
CMYK0.8300.420.80
HSL149.3º70.49%11.96%-
HSV(B)149.3º82.69%20.39%-
XYZ1.572.611.65-
YUV36.64124.25108.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=9.89%
G=57.14%
B=32.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952300.8300.420.80149.370.4911.96
Hex9341E5302A509546c
Octal11643612305212022510614
Binary1001110100111101010011010101010100001001010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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