Html Css Color HEX #051313 Dark Green

📋 copy color: '#051313'

red 5 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #051313

Tints of Dark Green #051313

RGB

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

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

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

R = 11.63%
G = 44.19%
B = 44.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#051313 (or 0x051313) is known color: Dark Green. HEX triplet: 05, 13 and 13. RGB value is (5,19,19). Sum of RGB (Red+Green+Blue) = 5+19+19=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #051313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051313 is #FAECEC. Grayscale: #0E0E0E. Windows color (decimal): -16444653 or 1250053. OLE color: 1250053.

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

Color convert

RGB 5 19 19 -
CMYK 0.74 0 0 0.93
HSL 180º 0.58% 0.05% -
HSV(B) 180º 0.74% 0.07% -
XYZ 0.41 0.55 0.7 -
YUV 14.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 5 19 19 0.74 0 0 0.93 180 0.58 0.05
Hex 5 13 13 4A 0 0 5D B4 3A 5
Octal 5 23 23 112 0 0 135 264 72 5
Binary 101 10011 10011 1001010 0 0 1011101 10110100 111010 101

Color Harmonies of #051313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051313

Black with #051313

Text Example


Text Example

White with #051313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051313; }

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

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

background-color css

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

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

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

border-color css

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

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

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