Html Css Color HEX #05130D Dark Green

📋 copy color: '#05130D'

red 5 ◦ green 19 ◦ blue 13

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

Shades of Dark Green #05130D

Tints of Dark Green #05130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 35.14%

R = 13.51%
G = 51.35%
B = 35.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#05130D (or 0x05130D) is known color: Dark Green. HEX triplet: 05, 13 and 0D. RGB value is (5,19,13). Sum of RGB (Red+Green+Blue) = 5+19+13=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #05130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130D is #FAECF2. Grayscale: #0E0E0E. Windows color (decimal): -16444659 or 856837. OLE color: 856837.

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

Color convert

RGB 5 19 13 -
CMYK 0.74 0 0.32 0.93
HSL 154.29º 0.58% 0.05% -
HSV(B) 154.29º 0.74% 0.07% -
XYZ 0.37 0.53 0.46 -
YUV 14.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 5 19 13 0.74 0 0.32 0.93 154.29 0.58 0.05
Hex 5 13 D 4A 0 20 5D 9A 3A 5
Octal 5 23 15 112 0 40 135 232 72 5
Binary 101 10011 1101 1001010 0 100000 1011101 10011010 111010 101

Color Harmonies of #05130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05130D

Black with #05130D

Text Example


Text Example

White with #05130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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