#07371D

Color #07371D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07371D

Tints of Dark Green #07371D

Color information

#07371D (or 0x07371D) is unknown color: approx Dark Green. HEX triplet: 07, 37 and 1D. RGB value is (7,55,29). Sum of RGB (Red+Green+Blue) = 7+55+29=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #07371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07371D is #F8C8E2. Grayscale: #252525. Windows color (decimal): -16304355 or 1914631. OLE color: 1914631.

HSL color Cylindrical-coordinate representation of color #07371D: hue angle of 147.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07371D is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB75529-
CMYK0.8700.470.78
HSL147.5º77.42%12.16%-
HSV(B)147.5º87.27%21.57%-
XYZ1.682.871.63-
YUV37.68123.1106.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=7.69%
G=60.44%
B=31.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal755290.8700.470.78147.577.4212.16
Hex7371D5702F4E944dc
Octal7673512705711622411514
Binary111110111111011010111010111110011101001010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07371D; }

 p { color: rgb(7,55,29); }

 H1.HeaderClassName
 {
   color: #07371D;
 }
 .AnyTagClassName
 {
   color: #07371D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07371D;
 }
 .BgClassName
 {
   background-color: #07371D;
 }
</style>
border-color css

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

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

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