#090D0B

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

Shades of Dark Green #090D0B

Tints of Dark Green #090D0B

Color information

#090D0B (or 0x090D0B) is unknown color: approx Dark Green. HEX triplet: 09, 0D and 0B. RGB value is (9,13,11). Sum of RGB (Red+Green+Blue) = 9+13+11=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #090D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D0B is #F6F2F4. Grayscale: #0B0B0B. Windows color (decimal): -16184053 or 724233. OLE color: 724233.

HSL color Cylindrical-coordinate representation of color #090D0B: hue angle of 150º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #090D0B is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.

Color convert

RGB91311-
CMYK0.3100.150.95
HSL150º18.18%4.31%-
HSV(B)150º30.77%5.1%-
XYZ0.320.370.37-
YUV11.58127.67126.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 27.27%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=27.27%
G=39.39%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal913110.3100.150.9515018.184.31
Hex9DB1F0F5F96124
Octal11151337017137226224
Binary100111011011111110111110111111001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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