Html Css Color HEX #091313 Dark Green

📋 copy color: '#091313'

red 9 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #091313

Tints of Dark Green #091313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 40.43%

R = 19.15%
G = 40.43%
B = 40.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#091313 (or 0x091313) is known color: Dark Green. HEX triplet: 09, 13 and 13. RGB value is (9,19,19). Sum of RGB (Red+Green+Blue) = 9+19+19=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #091313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091313 is #F6ECEC. Grayscale: #0F0F0F. Windows color (decimal): -16182509 or 1250057. OLE color: 1250057.

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

Color convert

RGB 9 19 19 -
CMYK 0.53 0 0 0.93
HSL 180º 0.36% 0.05% -
HSV(B) 180º 0.53% 0.07% -
XYZ 0.46 0.57 0.7 -
YUV 16.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 9 19 19 0.53 0 0 0.93 180 0.36 0.05
Hex 9 13 13 35 0 0 5D B4 24 5
Octal 11 23 23 65 0 0 135 264 44 5
Binary 1001 10011 10011 110101 0 0 1011101 10110100 100100 101

Color Harmonies of #091313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091313

Black with #091313

Text Example


Text Example

White with #091313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091313; }

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

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

background-color css

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

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

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

border-color css

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

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

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