Html Css Color HEX #07321A Dark Green

📋 copy color: '#07321A'

red 7 ◦ green 50 ◦ blue 26

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

Shades of Dark Green #07321A

Tints of Dark Green #07321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 60.24%

 BLUE value IS 26 (10.55% from 255) = 31.33%

R = 8.43%
G = 60.24%
B = 31.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#07321A (or 0x07321A) is known color: Dark Green. HEX triplet: 07, 32 and 1A. RGB value is (7,50,26). Sum of RGB (Red+Green+Blue) = 7+50+26=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #07321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07321A is #F8CDE5. Grayscale: #222222. Windows color (decimal): -16305638 or 1716743. OLE color: 1716743.

HSL color Cylindrical-coordinate representation of color #07321A: hue angle of 146.51º degrees, saturation: 0.75, 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 #07321A is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 26 -
CMYK 0.86 0 0.48 0.80
HSL 146.51º 0.75% 0.11% -
HSV(B) 146.51º 0.86% 0.2% -
XYZ 1.41 2.4 1.37 -
YUV 34.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 7 50 26 0.86 0 0.48 0.80 146.51 0.75 0.11
Hex 7 32 1A 56 0 30 50 93 4B B
Octal 7 62 32 126 0 60 120 223 113 13
Binary 111 110010 11010 1010110 0 110000 1010000 10010011 1001011 1011

Color Harmonies of #07321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07321A

Black with #07321A

Text Example


Text Example

White with #07321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07321A; }

 p { color: rgb(7,50,26); }

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

background-color css

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

 a { background-color: rgb(7,50,26); }

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

border-color css

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

 span { border-color: rgb(7,50,26); }

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