Html Css Color HEX #073425 Dark Green

📋 copy color: '#073425'

red 7 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #073425

Tints of Dark Green #073425

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#073425 (or 0x073425) is known color: 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

RGB 7 52 37 -
CMYK 0.87 0 0.29 0.80
HSL 160º 0.76% 0.12% -
HSV(B) 160º 0.87% 0.2% -
XYZ 1.65 2.63 2.17 -
YUV 36.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 7 52 37 0.87 0 0.29 0.80 160 0.76 0.12
Hex 7 34 25 57 0 1D 50 A0 4C C
Octal 7 64 45 127 0 35 120 240 114 14
Binary 111 110100 100101 1010111 0 11101 1010000 10100000 1001100 1100

Color Harmonies of #073425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073425

Black with #073425

Text Example


Text Example

White with #073425

Text Example


Text Example

HTML Codes & Css Web 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>