Html Css Color HEX #073820 Dark Green

📋 copy color: '#073820'

red 7 ◦ green 56 ◦ blue 32

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

Shades of Dark Green #073820

Tints of Dark Green #073820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 58.95%

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 7.37%
G = 58.95%
B = 33.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#073820 (or 0x073820) is known color: Dark Green. HEX triplet: 07, 38 and 20. RGB value is (7,56,32). Sum of RGB (Red+Green+Blue) = 7+56+32=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #073820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073820 is #F8C7DF. Grayscale: #262626. Windows color (decimal): -16304096 or 2111495. OLE color: 2111495.

HSL color Cylindrical-coordinate representation of color #073820: hue angle of 150.61º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073820 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 56 32 -
CMYK 0.88 0 0.43 0.78
HSL 150.61º 0.78% 0.12% -
HSV(B) 150.61º 0.88% 0.22% -
XYZ 1.76 2.98 1.85 -
YUV 38.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 7 56 32 0.88 0 0.43 0.78 150.61 0.78 0.12
Hex 7 38 20 58 0 2B 4E 97 4E C
Octal 7 70 40 130 0 53 116 227 116 14
Binary 111 111000 100000 1011000 0 101011 1001110 10010111 1001110 1100

Color Harmonies of #073820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073820

Black with #073820

Text Example


Text Example

White with #073820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073820; }

 p { color: rgb(7,56,32); }

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

background-color css

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

 a { background-color: rgb(7,56,32); }

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

border-color css

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

 span { border-color: rgb(7,56,32); }

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