#416308

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

Shades of Verdun Green #416308

Tints of Verdun Green #416308

Color information

#416308 (or 0x416308) is unknown color: approx Verdun Green. HEX triplet: 41, 63 and 08. RGB value is (65,99,8). Sum of RGB (Red+Green+Blue) = 65+99+8=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #416308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416308 is #BE9CF7. Grayscale: #4E4E4E. Windows color (decimal): -12492024 or 549697. OLE color: 549697.

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

Color convert

RGB65998-
CMYK0.3400.920.61
HSL82.42º85.05%20.98%-
HSV(B)82.42º91.92%38.82%-
XYZ6.6910.071.82-
YUV78.4688.24118.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=37.79%
G=57.56%
B=4.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal659980.3400.920.6182.4285.0520.98
Hex416382205C3D525515
Octal101143104201347512212525
Binary100000111000111000100010010111001111011010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416308; }

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

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

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

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

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

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

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

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