Html Css Color HEX #072410 Dark Green

📋 copy color: '#072410'

red 7 ◦ green 36 ◦ blue 16

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

Shades of Dark Green #072410

Tints of Dark Green #072410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 61.02%

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 11.86%
G = 61.02%
B = 27.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#072410 (or 0x072410) is known color: Dark Green. HEX triplet: 07, 24 and 10. RGB value is (7,36,16). Sum of RGB (Red+Green+Blue) = 7+36+16=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #072410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072410 is #F8DBEF. Grayscale: #191919. Windows color (decimal): -16309232 or 1057799. OLE color: 1057799.

HSL color Cylindrical-coordinate representation of color #072410: hue angle of 138.62º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072410 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 16 -
CMYK 0.81 0 0.56 0.86
HSL 138.62º 0.67% 0.08% -
HSV(B) 138.62º 0.81% 0.14% -
XYZ 0.81 1.34 0.71 -
YUV 25.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 7 36 16 0.81 0 0.56 0.86 138.62 0.67 0.08
Hex 7 24 10 51 0 38 56 8B 43 8
Octal 7 44 20 121 0 70 126 213 103 10
Binary 111 100100 10000 1010001 0 111000 1010110 10001011 1000011 1000

Color Harmonies of #072410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072410

Black with #072410

Text Example


Text Example

White with #072410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072410; }

 p { color: rgb(7,36,16); }

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

background-color css

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

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

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

border-color css

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

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

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