#050908

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

Shades of Dark Green #050908

Tints of Dark Green #050908

Color information

#050908 (or 0x050908) is unknown color: approx Dark Green. HEX triplet: 05, 09 and 08. RGB value is (5,9,8). Sum of RGB (Red+Green+Blue) = 5+9+8=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 9 - color contains mainly: green. Hex color #050908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050908 is #FAF6F7. Grayscale: #070707. Windows color (decimal): -16447224 or 526597. OLE color: 526597.

HSL color Cylindrical-coordinate representation of color #050908: hue angle of 165º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #050908 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.96.

Color convert

RGB598-
CMYK0.4400.110.96
HSL165º28.57%2.75%-
HSV(B)165º44.44%3.53%-
XYZ0.20.250.27-
YUV7.69128.17126.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 9 (3.91% from 255) = 40.91%
BLUE value IS 8 (3.52% from 255) = 36.36%
R=22.73%
G=40.91%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5980.4400.110.9616528.572.75
Hex5982C0B60a51d3
Octal5111054013140245353
Binary10110011000101100010111100000101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050908; }

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

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

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

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

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

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

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

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