Html Css Color HEX #071513 Dark Green

📋 copy color: '#071513'

red 7 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #071513

Tints of Dark Green #071513

RGB

 RED value IS 7 (3.13% from 255) = 14.89%

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

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

R = 14.89%
G = 44.68%
B = 40.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#071513 (or 0x071513) is known color: Dark Green. HEX triplet: 07, 15 and 13. RGB value is (7,21,19). Sum of RGB (Red+Green+Blue) = 7+21+19=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #071513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071513 is #F8EAEC. Grayscale: #101010. Windows color (decimal): -16313069 or 1250567. OLE color: 1250567.

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

Color convert

RGB 7 21 19 -
CMYK 0.67 0 0.10 0.92
HSL 171.43º 0.5% 0.05% -
HSV(B) 171.43º 0.67% 0.08% -
XYZ 0.47 0.63 0.71 -
YUV 16.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 7 21 19 0.67 0 0.10 0.92 171.43 0.5 0.05
Hex 7 15 13 43 0 A 5C AB 32 5
Octal 7 25 23 103 0 12 134 253 62 5
Binary 111 10101 10011 1000011 0 1010 1011100 10101011 110010 101

Color Harmonies of #071513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071513

Black with #071513

Text Example


Text Example

White with #071513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071513; }

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

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

background-color css

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

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

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

border-color css

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

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

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