#073425

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

Shades of Dark Green #073425

Tints of Dark Green #073425

Color information

#073425 (or 0x073425) is unknown color: approx Dark Green. HEX triplet: 07, 34 and 25. RGB value is (7,52,37). Sum of RGB (Red+Green+Blue) = 7+52+37=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #073425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073425 is #F8CBDA. Grayscale: #242424. Windows color (decimal): -16305115 or 2438151. OLE color: 2438151.

HSL color Cylindrical-coordinate representation of color #073425: hue angle of 160º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073425 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB75237-
CMYK0.8700.290.80
HSL160º76.27%11.57%-
HSV(B)160º86.54%20.39%-
XYZ1.652.632.17-
YUV36.83128.09106.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=7.29%
G=54.17%
B=38.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752370.8700.290.8016076.2711.57
Hex734255701D50a04cc
Octal7644512703512024011414
Binary111110100100101101011101110110100001010000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073425; }

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

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

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

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

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

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

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

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