#07321A

Color #07321A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07321A

Tints of Dark Green #07321A

Color information

#07321A (or 0x07321A) is unknown color: approx 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

RGB75026-
CMYK0.8600.480.80
HSL146.51º75.44%11.18%-
HSV(B)146.51º86%19.61%-
XYZ1.412.41.37-
YUV34.41123.25108.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750260.8600.480.80146.5175.4411.18
Hex7321A5603050934bb
Octal7623212606012022311313
Binary111110010110101010110011000010100001001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>