Html Css Color HEX #072518 Dark Green

📋 copy color: '#072518'

red 7 ◦ green 37 ◦ blue 24

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

Shades of Dark Green #072518

Tints of Dark Green #072518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 35.29%

R = 10.29%
G = 54.41%
B = 35.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#072518 (or 0x072518) is known color: Dark Green. HEX triplet: 07, 25 and 18. RGB value is (7,37,24). Sum of RGB (Red+Green+Blue) = 7+37+24=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #072518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072518 is #F8DAE7. Grayscale: #1A1A1A. Windows color (decimal): -16308968 or 1582343. OLE color: 1582343.

HSL color Cylindrical-coordinate representation of color #072518: hue angle of 154º 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 #072518 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 24 -
CMYK 0.81 0 0.35 0.85
HSL 154º 0.68% 0.09% -
HSV(B) 154º 0.81% 0.15% -
XYZ 0.91 1.43 1.09 -
YUV 26.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 7 37 24 0.81 0 0.35 0.85 154 0.68 0.09
Hex 7 25 18 51 0 23 55 9A 44 9
Octal 7 45 30 121 0 43 125 232 104 11
Binary 111 100101 11000 1010001 0 100011 1010101 10011010 1000100 1001

Color Harmonies of #072518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072518

Black with #072518

Text Example


Text Example

White with #072518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072518; }

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

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

background-color css

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

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

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

border-color css

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

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

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