#414315

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

Shades of Verdun Green #414315

Tints of Verdun Green #414315

Color information

#414315 (or 0x414315) is unknown color: approx Verdun Green. HEX triplet: 41, 43 and 15. RGB value is (65,67,21). Sum of RGB (Red+Green+Blue) = 65+67+21=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #414315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414315 is #BEBCEA. Grayscale: #3D3D3D. Windows color (decimal): -12500203 or 1393473. OLE color: 1393473.

HSL color Cylindrical-coordinate representation of color #414315: hue angle of 62.61º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414315 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB656721-
CMYK0.0300.690.74
HSL62.61º52.27%17.25%-
HSV(B)62.61º68.66%26.27%-
XYZ4.325.191.48-
YUV61.16105.34130.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=42.48%
G=43.79%
B=13.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567210.0300.690.7462.6152.2717.25
Hex41431530454A3f3411
Octal1011032530105112776421
Binary10000011000011101011101000101100101011111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414315; }

 p { color: rgb(65,67,21); }

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

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

 a { background-color: rgb(65,67,21); }

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

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

 span { border-color: rgb(65,67,21); }

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