#425403

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

Shades of Verdun Green #425403

Tints of Verdun Green #425403

Color information

#425403 (or 0x425403) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 03. RGB value is (66,84,3). Sum of RGB (Red+Green+Blue) = 66+84+3=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #425403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425403 is #BDABFC. Grayscale: #454545. Windows color (decimal): -12430333 or 218178. OLE color: 218178.

HSL color Cylindrical-coordinate representation of color #425403: hue angle of 73.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425403 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB66843-
CMYK0.2100.960.67
HSL73.33º93.1%17.06%-
HSV(B)73.33º96.43%32.94%-
XYZ5.437.511.25-
YUV69.3890.54125.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=43.14%
G=54.90%
B=1.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668430.2100.960.6773.3393.117.06
Hex425431506043495d11
Octal102124325014010311113521
Binary1000010101010011101010110000010000111001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425403; }

 p { color: rgb(66,84,3); }

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

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

 a { background-color: rgb(66,84,3); }

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

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

 span { border-color: rgb(66,84,3); }

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