Html Css Color HEX #050D09 Dark Green

📋 copy color: '#050D09'

red 5 ◦ green 13 ◦ blue 9

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

Shades of Dark Green #050D09

Tints of Dark Green #050D09

RGB

 RED value IS 5 (2.34% from 255) = 18.52%

 GREEN value IS 13 (5.47% from 255) = 48.15%

 BLUE value IS 9 (3.91% from 255) = 33.33%

R = 18.52%
G = 48.15%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.95

RGB Variations

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

Color information

#050D09 (or 0x050D09) is known color: Dark Green. HEX triplet: 05, 0D and 09. RGB value is (5,13,9). Sum of RGB (Red+Green+Blue) = 5+13+9=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #050D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D09 is #FAF2F6. Grayscale: #0A0A0A. Windows color (decimal): -16446199 or 593157. OLE color: 593157.

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

Color convert

RGB 5 13 9 -
CMYK 0.62 0 0.31 0.95
HSL 150º 0.44% 0.04% -
HSV(B) 150º 0.62% 0.05% -
XYZ 0.26 0.34 0.31 -
YUV 10.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 5 13 9 0.62 0 0.31 0.95 150 0.44 0.04
Hex 5 D 9 3E 0 1F 5F 96 2C 4
Octal 5 15 11 76 0 37 137 226 54 4
Binary 101 1101 1001 111110 0 11111 1011111 10010110 101100 100

Color Harmonies of #050D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D09

Black with #050D09

Text Example


Text Example

White with #050D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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