#043214

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

Shades of Dark Green #043214

Tints of Dark Green #043214

Color information

#043214 (or 0x043214) is unknown color: approx Dark Green. HEX triplet: 04, 32 and 14. RGB value is (4,50,20). Sum of RGB (Red+Green+Blue) = 4+50+20=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #043214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043214 is #FBCDEB. Grayscale: #202020. Windows color (decimal): -16502252 or 1323524. OLE color: 1323524.

HSL color Cylindrical-coordinate representation of color #043214: hue angle of 140.87º 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 #043214 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB45020-
CMYK0.9200.600.80
HSL140.87º85.19%10.59%-
HSV(B)140.87º92%19.61%-
XYZ1.322.361.05-
YUV32.83120.76107.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=5.41%
G=67.57%
B=27.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450200.9200.600.80140.8785.1910.59
Hex432145C03C508d55b
Octal4622413407412021512513
Binary100110010101001011100011110010100001000110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043214; }

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

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

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

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

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

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

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

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