Html Css Color HEX #051010 Dark Green

📋 copy color: '#051010'

red 5 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #051010

Tints of Dark Green #051010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 43.24%

R = 13.51%
G = 43.24%
B = 43.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#051010 (or 0x051010) is known color: Dark Green. HEX triplet: 05, 10 and 10. RGB value is (5,16,16). Sum of RGB (Red+Green+Blue) = 5+16+16=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #051010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051010 is #FAEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16445424 or 1052677. OLE color: 1052677.

HSL color Cylindrical-coordinate representation of color #051010: hue angle of 180º 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 #051010 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 16 16 -
CMYK 0.69 0 0 0.94
HSL 180º 0.52% 0.04% -
HSV(B) 180º 0.69% 0.06% -
XYZ 0.34 0.44 0.56 -
YUV 12.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 5 16 16 0.69 0 0 0.94 180 0.52 0.04
Hex 5 10 10 45 0 0 5E B4 34 4
Octal 5 20 20 105 0 0 136 264 64 4
Binary 101 10000 10000 1000101 0 0 1011110 10110100 110100 100

Color Harmonies of #051010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051010

Black with #051010

Text Example


Text Example

White with #051010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051010; }

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

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

background-color css

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

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

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

border-color css

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

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

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