#416307

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

Shades of Verdun Green #416307

Tints of Verdun Green #416307

Color information

#416307 (or 0x416307) is unknown color: approx Verdun Green. HEX triplet: 41, 63 and 07. RGB value is (65,99,7). Sum of RGB (Red+Green+Blue) = 65+99+7=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #416307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416307 is #BE9CF8. Grayscale: #4E4E4E. Windows color (decimal): -12492025 or 484161. OLE color: 484161.

HSL color Cylindrical-coordinate representation of color #416307: hue angle of 82.17º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416307 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB65997-
CMYK0.3400.930.61
HSL82.17º86.79%20.78%-
HSV(B)82.17º92.93%38.82%-
XYZ6.6810.061.79-
YUV78.3587.74118.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 99 (39.06% from 255) = 57.89%
BLUE value IS 7 (3.12% from 255) = 4.09%
R=38.01%
G=57.89%
B=4.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal659970.3400.930.6182.1786.7920.78
Hex416372205D3D525715
Octal10114374201357512212725
Binary10000011100011111100010010111011111011010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416307; }

 p { color: rgb(65,99,7); }

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

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

 a { background-color: rgb(65,99,7); }

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

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

 span { border-color: rgb(65,99,7); }

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