#414708

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

Shades of Verdun Green #414708

Tints of Verdun Green #414708

Color information

#414708 (or 0x414708) is unknown color: approx Verdun Green. HEX triplet: 41, 47 and 08. RGB value is (65,71,8). Sum of RGB (Red+Green+Blue) = 65+71+8=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #414708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414708 is #BEB8F7. Grayscale: #3E3E3E. Windows color (decimal): -12499192 or 542529. OLE color: 542529.

HSL color Cylindrical-coordinate representation of color #414708: hue angle of 65.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #414708 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB65718-
CMYK0.0800.890.72
HSL65.71º79.75%15.49%-
HSV(B)65.71º88.73%27.84%-
XYZ4.485.651.08-
YUV62.0297.51130.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=45.14%
G=49.31%
B=5.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal657180.0800.890.7265.7179.7515.49
Hex414788059484250f
Octal1011071010013111010212017
Binary1000001100011110001000010110011001000100001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414708; }

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

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

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

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

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

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

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

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