Html Css Color HEX #073426 Dark Green

📋 copy color: '#073426'

red 7 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #073426

Tints of Dark Green #073426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.61%

 BLUE value IS 38 (15.23% from 255) = 39.18%

R = 7.22%
G = 53.61%
B = 39.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#073426 (or 0x073426) is known color: Dark Green. HEX triplet: 07, 34 and 26. RGB value is (7,52,38). Sum of RGB (Red+Green+Blue) = 7+52+38=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #073426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073426 is #F8CBD9. Grayscale: #242424. Windows color (decimal): -16305114 or 2503687. OLE color: 2503687.

HSL color Cylindrical-coordinate representation of color #073426: hue angle of 161.33º 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 #073426 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 38 -
CMYK 0.87 0 0.27 0.80
HSL 161.33º 0.76% 0.12% -
HSV(B) 161.33º 0.87% 0.2% -
XYZ 1.67 2.64 2.26 -
YUV 36.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 7 52 38 0.87 0 0.27 0.80 161.33 0.76 0.12
Hex 7 34 26 57 0 1B 50 A1 4C C
Octal 7 64 46 127 0 33 120 241 114 14
Binary 111 110100 100110 1010111 0 11011 1010000 10100001 1001100 1100

Color Harmonies of #073426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073426

Black with #073426

Text Example


Text Example

White with #073426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073426; }

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

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

background-color css

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

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

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

border-color css

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

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

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