Html Css Color HEX #073328 Dark Green

📋 copy color: '#073328'

red 7 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #073328

Tints of Dark Green #073328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 7.14%
G = 52.04%
B = 40.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#073328 (or 0x073328) is known color: Dark Green. HEX triplet: 07, 33 and 28. RGB value is (7,51,40). Sum of RGB (Red+Green+Blue) = 7+51+40=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #073328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073328 is #F8CCD7. Grayscale: #242424. Windows color (decimal): -16305368 or 2634503. OLE color: 2634503.

HSL color Cylindrical-coordinate representation of color #073328: hue angle of 165º 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 #073328 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 40 -
CMYK 0.86 0 0.22 0.8
HSL 165º 0.76% 0.11% -
HSV(B) 165º 0.86% 0.2% -
XYZ 1.65 2.57 2.42 -
YUV 36.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 7 51 40 0.86 0 0.22 0.8 165 0.76 0.11
Hex 7 33 28 56 0 16 50 A5 4C B
Octal 7 63 50 126 0 26 120 245 114 13
Binary 111 110011 101000 1010110 0 10110 1010000 10100101 1001100 1011

Color Harmonies of #073328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073328

Black with #073328

Text Example


Text Example

White with #073328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073328; }

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

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

background-color css

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

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

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

border-color css

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

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

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