Html Css Color HEX #071313 Dark Green

📋 copy color: '#071313'

red 7 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #071313

Tints of Dark Green #071313

RGB

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

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

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

R = 15.56%
G = 42.22%
B = 42.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#071313 (or 0x071313) is known color: Dark Green. HEX triplet: 07, 13 and 13. RGB value is (7,19,19). Sum of RGB (Red+Green+Blue) = 7+19+19=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #071313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071313 is #F8ECEC. Grayscale: #0F0F0F. Windows color (decimal): -16313581 or 1250055. OLE color: 1250055.

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

Color convert

RGB 7 19 19 -
CMYK 0.63 0 0 0.93
HSL 180º 0.46% 0.05% -
HSV(B) 180º 0.63% 0.07% -
XYZ 0.44 0.56 0.7 -
YUV 15.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 7 19 19 0.63 0 0 0.93 180 0.46 0.05
Hex 7 13 13 3F 0 0 5D B4 2E 5
Octal 7 23 23 77 0 0 135 264 56 5
Binary 111 10011 10011 111111 0 0 1011101 10110100 101110 101

Color Harmonies of #071313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071313

Black with #071313

Text Example


Text Example

White with #071313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071313; }

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

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

background-color css

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

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

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

border-color css

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

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

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