#09140D

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

Shades of Dark Green #09140D

Tints of Dark Green #09140D

Color information

#09140D (or 0x09140D) is unknown color: approx Dark Green. HEX triplet: 09, 14 and 0D. RGB value is (9,20,13). Sum of RGB (Red+Green+Blue) = 9+20+13=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #09140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140D is #F6EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16182259 or 857097. OLE color: 857097.

HSL color Cylindrical-coordinate representation of color #09140D: hue angle of 141.82º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB92013-
CMYK0.5500.350.92
HSL141.82º37.93%5.69%-
HSV(B)141.82º55%7.84%-
XYZ0.440.590.47-
YUV15.91126.36123.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.43%
GREEN value IS 20 (8.20% from 255) = 47.62%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=21.43%
G=47.62%
B=30.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920130.5500.350.92141.8237.935.69
Hex914D370235C8e266
Octal11241567043134216466
Binary10011010011011101110100011101110010001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,20,13); }

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

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

 a { background-color: rgb(9,20,13); }

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

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

 span { border-color: rgb(9,20,13); }

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