Html Css Color HEX #051310 Dark Green

📋 copy color: '#051310'

red 5 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #051310

Tints of Dark Green #051310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 47.5%

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

R = 12.5%
G = 47.5%
B = 40%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#051310 (or 0x051310) is known color: Dark Green. HEX triplet: 05, 13 and 10. RGB value is (5,19,16). Sum of RGB (Red+Green+Blue) = 5+19+16=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #051310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051310 is #FAECEF. Grayscale: #0E0E0E. Windows color (decimal): -16444656 or 1053445. OLE color: 1053445.

HSL color Cylindrical-coordinate representation of color #051310: hue angle of 167.14º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051310 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 19 16 -
CMYK 0.74 0 0.16 0.93
HSL 167.14º 0.58% 0.05% -
HSV(B) 167.14º 0.74% 0.07% -
XYZ 0.39 0.54 0.57 -
YUV 14.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 5 19 16 0.74 0 0.16 0.93 167.14 0.58 0.05
Hex 5 13 10 4A 0 10 5D A7 3A 5
Octal 5 23 20 112 0 20 135 247 72 5
Binary 101 10011 10000 1001010 0 10000 1011101 10100111 111010 101

Color Harmonies of #051310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051310

Black with #051310

Text Example


Text Example

White with #051310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051310; }

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

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

background-color css

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

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

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

border-color css

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

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

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