Html Css Color HEX #071311 Dark Green

📋 copy color: '#071311'

red 7 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #071311

Tints of Dark Green #071311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 39.53%

R = 16.28%
G = 44.19%
B = 39.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#071311 (or 0x071311) is known color: Dark Green. HEX triplet: 07, 13 and 11. RGB value is (7,19,17). Sum of RGB (Red+Green+Blue) = 7+19+17=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #071311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071311 is #F8ECEE. Grayscale: #0F0F0F. Windows color (decimal): -16313583 or 1118983. OLE color: 1118983.

HSL color Cylindrical-coordinate representation of color #071311: hue angle of 170º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071311 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 17 -
CMYK 0.63 0 0.11 0.93
HSL 170º 0.46% 0.05% -
HSV(B) 170º 0.63% 0.07% -
XYZ 0.42 0.55 0.61 -
YUV 15.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 7 19 17 0.63 0 0.11 0.93 170 0.46 0.05
Hex 7 13 11 3F 0 B 5D AA 2E 5
Octal 7 23 21 77 0 13 135 252 56 5
Binary 111 10011 10001 111111 0 1011 1011101 10101010 101110 101

Color Harmonies of #071311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071311

Black with #071311

Text Example


Text Example

White with #071311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071311; }

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

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

background-color css

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

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

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

border-color css

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

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

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