Html Css Color HEX #073326 Dark Green

📋 copy color: '#073326'

red 7 ◦ green 51 ◦ blue 38

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

Shades of Dark Green #073326

Tints of Dark Green #073326

RGB

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

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

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

R = 7.29%
G = 53.13%
B = 39.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#073326 (or 0x073326) is known color: Dark Green. HEX triplet: 07, 33 and 26. RGB value is (7,51,38). Sum of RGB (Red+Green+Blue) = 7+51+38=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #073326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073326 is #F8CCD9. Grayscale: #242424. Windows color (decimal): -16305370 or 2503431. OLE color: 2503431.

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

Color convert

RGB 7 51 38 -
CMYK 0.86 0 0.25 0.8
HSL 162.27º 0.76% 0.11% -
HSV(B) 162.27º 0.86% 0.2% -
XYZ 1.62 2.55 2.24 -
YUV 36.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 7 51 38 0.86 0 0.25 0.8 162.27 0.76 0.11
Hex 7 33 26 56 0 19 50 A2 4C B
Octal 7 63 46 126 0 31 120 242 114 13
Binary 111 110011 100110 1010110 0 11001 1010000 10100010 1001100 1011

Color Harmonies of #073326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073326

Black with #073326

Text Example


Text Example

White with #073326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073326; }

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

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

background-color css

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

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

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

border-color css

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

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

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