Html Css Color HEX #051008 Dark Green

📋 copy color: '#051008'

red 5 ◦ green 16 ◦ blue 8

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

Shades of Dark Green #051008

Tints of Dark Green #051008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 55.17%

 BLUE value IS 8 (3.52% from 255) = 27.59%

R = 17.24%
G = 55.17%
B = 27.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#051008 (or 0x051008) is known color: Dark Green. HEX triplet: 05, 10 and 08. RGB value is (5,16,8). Sum of RGB (Red+Green+Blue) = 5+16+8=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #051008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051008 is #FAEFF7. Grayscale: #0B0B0B. Windows color (decimal): -16445432 or 528389. OLE color: 528389.

HSL color Cylindrical-coordinate representation of color #051008: hue angle of 136.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #051008 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 16 8 -
CMYK 0.69 0 0.50 0.94
HSL 136.36º 0.52% 0.04% -
HSV(B) 136.36º 0.69% 0.06% -
XYZ 0.29 0.42 0.3 -
YUV 11.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 5 16 8 0.69 0 0.50 0.94 136.36 0.52 0.04
Hex 5 10 8 45 0 32 5E 88 34 4
Octal 5 20 10 105 0 62 136 210 64 4
Binary 101 10000 1000 1000101 0 110010 1011110 10001000 110100 100

Color Harmonies of #051008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051008

Black with #051008

Text Example


Text Example

White with #051008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051008; }

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

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

background-color css

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

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

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

border-color css

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

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

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