#416107

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

Shades of Verdun Green #416107

Tints of Verdun Green #416107

Color information

#416107 (or 0x416107) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 07. RGB value is (65,97,7). Sum of RGB (Red+Green+Blue) = 65+97+7=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #416107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416107 is #BE9EF8. Grayscale: #4D4D4D. Windows color (decimal): -12492537 or 483649. OLE color: 483649.

HSL color Cylindrical-coordinate representation of color #416107: hue angle of 81.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416107 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB65977-
CMYK0.3300.930.62
HSL81.33º86.54%20.39%-
HSV(B)81.33º92.78%38.04%-
XYZ6.499.691.73-
YUV77.1788.4119.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=38.46%
G=57.40%
B=4.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659770.3300.930.6281.3386.5420.39
Hex416172105D3E515714
Octal10114174101357612112724
Binary10000011100001111100001010111011111101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416107; }

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

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

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

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

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

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

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

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