Html Css Color HEX #051513 Dark Green

📋 copy color: '#051513'

red 5 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #051513

Tints of Dark Green #051513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 46.67%

 BLUE value IS 19 (7.81% from 255) = 42.22%

R = 11.11%
G = 46.67%
B = 42.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#051513 (or 0x051513) is known color: Dark Green. HEX triplet: 05, 15 and 13. RGB value is (5,21,19). Sum of RGB (Red+Green+Blue) = 5+21+19=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #051513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051513 is #FAEAEC. Grayscale: #0F0F0F. Windows color (decimal): -16444141 or 1250565. OLE color: 1250565.

HSL color Cylindrical-coordinate representation of color #051513: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051513 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 21 19 -
CMYK 0.76 0 0.10 0.92
HSL 172.5º 0.62% 0.05% -
HSV(B) 172.5º 0.76% 0.08% -
XYZ 0.45 0.62 0.71 -
YUV 15.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 5 21 19 0.76 0 0.10 0.92 172.5 0.62 0.05
Hex 5 15 13 4C 0 A 5C AC 3E 5
Octal 5 25 23 114 0 12 134 254 76 5
Binary 101 10101 10011 1001100 0 1010 1011100 10101100 111110 101

Color Harmonies of #051513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051513

Black with #051513

Text Example


Text Example

White with #051513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051513; }

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

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

background-color css

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

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

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

border-color css

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

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

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