#415507

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

Shades of Verdun Green #415507

Tints of Verdun Green #415507

Color information

#415507 (or 0x415507) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 07. RGB value is (65,85,7). Sum of RGB (Red+Green+Blue) = 65+85+7=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #415507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415507 is #BEAAF8. Grayscale: #464646. Windows color (decimal): -12495609 or 480577. OLE color: 480577.

HSL color Cylindrical-coordinate representation of color #415507: hue angle of 75.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #415507 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB65857-
CMYK0.2400.920.67
HSL75.38º84.78%18.04%-
HSV(B)75.38º91.76%33.33%-
XYZ5.477.641.39-
YUV70.1392.37124.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=41.40%
G=54.14%
B=4.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658570.2400.920.6775.3884.7818.04
Hex415571805C434b5512
Octal101125730013410311312522
Binary10000011010101111110000101110010000111001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415507; }

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

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

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

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

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

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

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

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