#424304

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

Shades of Verdun Green #424304

Tints of Verdun Green #424304

Color information

#424304 (or 0x424304) is unknown color: approx Verdun Green. HEX triplet: 42, 43 and 04. RGB value is (66,67,4). Sum of RGB (Red+Green+Blue) = 66+67+4=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #424304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424304 is #BDBCFB. Grayscale: #3B3B3B. Windows color (decimal): -12434684 or 279362. OLE color: 279362.

HSL color Cylindrical-coordinate representation of color #424304: hue angle of 60.95º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424304 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB66674-
CMYK0.0100.940.74
HSL60.95º88.73%13.92%-
HSV(B)60.95º94.03%26.27%-
XYZ4.285.180.89-
YUV59.5296.67132.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=48.18%
G=48.91%
B=2.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666740.0100.940.7460.9588.7313.92
Hex42434105E4A3d59e
Octal1021034101361127513116
Binary10000101000011100101011110100101011110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424304; }

 p { color: rgb(66,67,4); }

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

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

 a { background-color: rgb(66,67,4); }

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

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

 span { border-color: rgb(66,67,4); }

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