#043221

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

Shades of Dark Green #043221

Tints of Dark Green #043221

Color information

#043221 (or 0x043221) is unknown color: approx Dark Green. HEX triplet: 04, 32 and 21. RGB value is (4,50,33). Sum of RGB (Red+Green+Blue) = 4+50+33=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #043221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043221 is #FBCDDE. Grayscale: #222222. Windows color (decimal): -16502239 or 2175492. OLE color: 2175492.

HSL color Cylindrical-coordinate representation of color #043221: hue angle of 157.83º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043221 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB45033-
CMYK0.9200.340.80
HSL157.83º85.19%10.59%-
HSV(B)157.83º92%19.61%-
XYZ1.472.421.83-
YUV34.31127.26106.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=4.60%
G=57.47%
B=37.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450330.9200.340.80157.8385.1910.59
Hex432215C022509e55b
Octal4624113404212023612513
Binary1001100101000011011100010001010100001001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043221; }

 p { color: rgb(4,50,33); }

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

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

 a { background-color: rgb(4,50,33); }

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

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

 span { border-color: rgb(4,50,33); }

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