#404B00

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

Shades of Verdun Green #404B00

Tints of Verdun Green #404B00

Color information

#404B00 (or 0x404B00) is unknown color: approx Verdun Green. HEX triplet: 40, 4B and 00. RGB value is (64,75,0). Sum of RGB (Red+Green+Blue) = 64+75+0=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #404B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B00 is #BFB4FF. Grayscale: #3F3F3F. Windows color (decimal): -12563712 or 19264. OLE color: 19264.

HSL color Cylindrical-coordinate representation of color #404B00: hue angle of 68.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404B00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB64750-
CMYK0.15010.71
HSL68.8º100%14.71%-
HSV(B)68.8º100%29.41%-
XYZ4.636.120.94-
YUV63.1692.36128.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.04%
G=53.96%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal647500.15010.7168.810014.71
Hex404B0F064474564f
Octal100113017014410710514417
Binary1000000100101101111011001001000111100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404B00; }

 p { color: rgb(64,75,0); }

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

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

 a { background-color: rgb(64,75,0); }

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

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

 span { border-color: rgb(64,75,0); }

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