#073125

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

Shades of Dark Green #073125

Tints of Dark Green #073125

Color information

#073125 (or 0x073125) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 25. RGB value is (7,49,37). Sum of RGB (Red+Green+Blue) = 7+49+37=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #073125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073125 is #F8CEDA. Grayscale: #232323. Windows color (decimal): -16305883 or 2437383. OLE color: 2437383.

HSL color Cylindrical-coordinate representation of color #073125: hue angle of 162.86º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073125 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB74937-
CMYK0.8600.240.81
HSL162.86º75%10.98%-
HSV(B)162.86º85.71%19.22%-
XYZ1.522.382.13-
YUV35.07129.09107.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=7.53%
G=52.69%
B=39.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749370.8600.240.81162.867510.98
Hex731255601851a34bb
Octal7614512603012124311313
Binary111110001100101101011001100010100011010001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073125; }

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

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

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

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

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

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

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

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