Html Css Color HEX #09130D Dark Green

📋 copy color: '#09130D'

red 9 ◦ green 19 ◦ blue 13

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

Shades of Dark Green #09130D

Tints of Dark Green #09130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 31.71%

R = 21.95%
G = 46.34%
B = 31.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#09130D (or 0x09130D) is known color: Dark Green. HEX triplet: 09, 13 and 0D. RGB value is (9,19,13). Sum of RGB (Red+Green+Blue) = 9+19+13=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #09130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130D is #F6ECF2. Grayscale: #0F0F0F. Windows color (decimal): -16182515 or 856841. OLE color: 856841.

HSL color Cylindrical-coordinate representation of color #09130D: hue angle of 144º 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 #09130D is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 13 -
CMYK 0.53 0 0.32 0.93
HSL 144º 0.36% 0.05% -
HSV(B) 144º 0.53% 0.07% -
XYZ 0.42 0.55 0.47 -
YUV 15.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 9 19 13 0.53 0 0.32 0.93 144 0.36 0.05
Hex 9 13 D 35 0 20 5D 90 24 5
Octal 11 23 15 65 0 40 135 220 44 5
Binary 1001 10011 1101 110101 0 100000 1011101 10010000 100100 101

Color Harmonies of #09130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09130D

Black with #09130D

Text Example


Text Example

White with #09130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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