#404B07

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

Shades of Verdun Green #404B07

Tints of Verdun Green #404B07

Color information

#404B07 (or 0x404B07) is unknown color: approx Verdun Green. HEX triplet: 40, 4B and 07. RGB value is (64,75,7). Sum of RGB (Red+Green+Blue) = 64+75+7=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #404B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B07 is #BFB4F8. Grayscale: #404040. Windows color (decimal): -12563705 or 478016. OLE color: 478016.

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

Color convert

RGB64757-
CMYK0.1500.910.71
HSL69.71º82.93%16.08%-
HSV(B)69.71º90.67%29.41%-
XYZ4.676.141.14-
YUV63.9695.86128.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=43.84%
G=51.37%
B=4.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal647570.1500.910.7169.7182.9316.08
Hex404B7F05B47465310
Octal100113717013310710612320
Binary1000000100101111111110101101110001111000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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