Html Css Color HEX #072513 Dark Green

📋 copy color: '#072513'

red 7 ◦ green 37 ◦ blue 19

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

Shades of Dark Green #072513

Tints of Dark Green #072513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 58.73%

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

R = 11.11%
G = 58.73%
B = 30.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#072513 (or 0x072513) is known color: Dark Green. HEX triplet: 07, 25 and 13. RGB value is (7,37,19). Sum of RGB (Red+Green+Blue) = 7+37+19=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #072513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072513 is #F8DAEC. Grayscale: #1A1A1A. Windows color (decimal): -16308973 or 1254663. OLE color: 1254663.

HSL color Cylindrical-coordinate representation of color #072513: hue angle of 144º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072513 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 19 -
CMYK 0.81 0 0.49 0.85
HSL 144º 0.68% 0.09% -
HSV(B) 144º 0.81% 0.15% -
XYZ 0.87 1.42 0.84 -
YUV 25.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 7 37 19 0.81 0 0.49 0.85 144 0.68 0.09
Hex 7 25 13 51 0 31 55 90 44 9
Octal 7 45 23 121 0 61 125 220 104 11
Binary 111 100101 10011 1010001 0 110001 1010101 10010000 1000100 1001

Color Harmonies of #072513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072513

Black with #072513

Text Example


Text Example

White with #072513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072513; }

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

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

background-color css

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

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

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

border-color css

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

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

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