#415501

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

Shades of Verdun Green #415501

Tints of Verdun Green #415501

Color information

#415501 (or 0x415501) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 01. RGB value is (65,85,1). Sum of RGB (Red+Green+Blue) = 65+85+1=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #415501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415501 is #BEAAFE. Grayscale: #454545. Windows color (decimal): -12495615 or 87361. OLE color: 87361.

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

Color convert

RGB65851-
CMYK0.2400.990.67
HSL74.29º97.67%16.86%-
HSV(B)74.29º98.82%33.33%-
XYZ5.437.621.21-
YUV69.4489.37124.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=43.05%
G=56.29%
B=0.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658510.2400.990.6774.2997.6716.86
Hex4155118063434a6211
Octal101125130014310311214221
Binary100000110101011110000110001110000111001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415501; }

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

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

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

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

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

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

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

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