Html Css Color HEX #073325 Dark Green

📋 copy color: '#073325'

red 7 ◦ green 51 ◦ blue 37

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

Shades of Dark Green #073325

Tints of Dark Green #073325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 53.68%

 BLUE value IS 37 (14.84% from 255) = 38.95%

R = 7.37%
G = 53.68%
B = 38.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#073325 (or 0x073325) is known color: Dark Green. HEX triplet: 07, 33 and 25. RGB value is (7,51,37). Sum of RGB (Red+Green+Blue) = 7+51+37=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #073325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073325 is #F8CCDA. Grayscale: #242424. Windows color (decimal): -16305371 or 2437895. OLE color: 2437895.

HSL color Cylindrical-coordinate representation of color #073325: hue angle of 160.91º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073325 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 37 -
CMYK 0.86 0 0.27 0.8
HSL 160.91º 0.76% 0.11% -
HSV(B) 160.91º 0.86% 0.2% -
XYZ 1.61 2.55 2.16 -
YUV 36.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 7 51 37 0.86 0 0.27 0.8 160.91 0.76 0.11
Hex 7 33 25 56 0 1B 50 A1 4C B
Octal 7 63 45 126 0 33 120 241 114 13
Binary 111 110011 100101 1010110 0 11011 1010000 10100001 1001100 1011

Color Harmonies of #073325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073325

Black with #073325

Text Example


Text Example

White with #073325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073325; }

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

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

background-color css

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

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

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

border-color css

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

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

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