Html Css Color HEX #09130E Dark Green

📋 copy color: '#09130E'

red 9 ◦ green 19 ◦ blue 14

#09130E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #09130E

Tints of Dark Green #09130E

RGB

 RED value IS 9 (3.91% from 255) = 21.43%

 GREEN value IS 19 (7.81% from 255) = 45.24%

 BLUE value IS 14 (5.86% from 255) = 33.33%

R = 21.43%
G = 45.24%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#09130E (or 0x09130E) is known color: Dark Green. HEX triplet: 09, 13 and 0E. RGB value is (9,19,14). Sum of RGB (Red+Green+Blue) = 9+19+14=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #09130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130E is #F6ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16182514 or 922377. OLE color: 922377.

HSL color Cylindrical-coordinate representation of color #09130E: hue angle of 150º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 14 -
CMYK 0.53 0 0.26 0.93
HSL 150º 0.36% 0.05% -
HSV(B) 150º 0.53% 0.07% -
XYZ 0.42 0.56 0.5 -
YUV 15.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 9 19 14 0.53 0 0.26 0.93 150 0.36 0.05
Hex 9 13 E 35 0 1A 5D 96 24 5
Octal 11 23 16 65 0 32 135 226 44 5
Binary 1001 10011 1110 110101 0 11010 1011101 10010110 100100 101

Color Harmonies of #09130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09130E

Black with #09130E

Text Example


Text Example

White with #09130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,19,14); }

 H1.HeaderClassName
 {
   color: #09130E;
 }
 .AnyTagClassName
 {
   color: #09130E;
 }
</style>

background-color css

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

 a { background-color: rgb(9,19,14); }

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

border-color css

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

 span { border-color: rgb(9,19,14); }

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