#07321B

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

Shades of Dark Green #07321B

Tints of Dark Green #07321B

Color information

#07321B (or 0x07321B) is unknown color: approx Dark Green. HEX triplet: 07, 32 and 1B. RGB value is (7,50,27). Sum of RGB (Red+Green+Blue) = 7+50+27=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #07321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07321B is #F8CDE4. Grayscale: #222222. Windows color (decimal): -16305637 or 1782279. OLE color: 1782279.

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

Color convert

RGB75027-
CMYK0.8600.460.80
HSL147.91º75.44%11.18%-
HSV(B)147.91º86%19.61%-
XYZ1.432.411.43-
YUV34.52123.75108.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 50 (19.92% from 255) = 59.52%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=8.33%
G=59.52%
B=32.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750270.8600.460.80147.9175.4411.18
Hex7321B5602E50944bb
Octal7623312605612022411313
Binary111110010110111010110010111010100001001010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07321B;
 }
 .AnyTagClassName
 {
   color: #07321B;
 }
</style>
background-color css

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

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

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

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

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

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