Html Css Color HEX #090E0D Dark Green

📋 copy color: '#090E0D'

red 9 ◦ green 14 ◦ blue 13

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

Shades of Dark Green #090E0D

Tints of Dark Green #090E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 38.89%

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

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#090E0D (or 0x090E0D) is known color: Dark Green. HEX triplet: 09, 0E and 0D. RGB value is (9,14,13). Sum of RGB (Red+Green+Blue) = 9+14+13=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 14 - color contains mainly: green. Hex color #090E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E0D is #F6F1F2. Grayscale: #0C0C0C. Windows color (decimal): -16183795 or 855561. OLE color: 855561.

HSL color Cylindrical-coordinate representation of color #090E0D: hue angle of 168º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090E0D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 14 13 -
CMYK 0.36 0 0.07 0.95
HSL 168º 0.22% 0.05% -
HSV(B) 168º 0.36% 0.05% -
XYZ 0.34 0.4 0.44 -
YUV 12.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 9 14 13 0.36 0 0.07 0.95 168 0.22 0.05
Hex 9 E D 24 0 7 5F A8 16 5
Octal 11 16 15 44 0 7 137 250 26 5
Binary 1001 1110 1101 100100 0 111 1011111 10101000 10110 101

Color Harmonies of #090E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E0D

Black with #090E0D

Text Example


Text Example

White with #090E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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