Html Css Color HEX #081413 Dark Green

📋 copy color: '#081413'

red 8 ◦ green 20 ◦ blue 19

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

Shades of Dark Green #081413

Tints of Dark Green #081413

RGB

 RED value IS 8 (3.52% from 255) = 17.02%

 GREEN value IS 20 (8.2% from 255) = 42.55%

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

R = 17.02%
G = 42.55%
B = 40.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#081413 (or 0x081413) is known color: Dark Green. HEX triplet: 08, 14 and 13. RGB value is (8,20,19). Sum of RGB (Red+Green+Blue) = 8+20+19=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #081413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081413 is #F7EBEC. Grayscale: #101010. Windows color (decimal): -16247789 or 1250312. OLE color: 1250312.

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

Color convert

RGB 8 20 19 -
CMYK 0.60 0 0.05 0.92
HSL 175º 0.43% 0.05% -
HSV(B) 175º 0.6% 0.08% -
XYZ 0.47 0.6 0.71 -
YUV 16.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 8 20 19 0.60 0 0.05 0.92 175 0.43 0.05
Hex 8 14 13 3C 0 5 5C AF 2B 5
Octal 10 24 23 74 0 5 134 257 53 5
Binary 1000 10100 10011 111100 0 101 1011100 10101111 101011 101

Color Harmonies of #081413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081413

Black with #081413

Text Example


Text Example

White with #081413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081413; }

 p { color: rgb(8,20,19); }

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

background-color css

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

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

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

border-color css

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

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

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