#415300

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

Shades of Verdun Green #415300

Tints of Verdun Green #415300

Color information

#415300 (or 0x415300) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 00. RGB value is (65,83,0). Sum of RGB (Red+Green+Blue) = 65+83+0=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #415300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415300 is #BEACFF. Grayscale: #444444. Windows color (decimal): -12496128 or 21313. OLE color: 21313.

HSL color Cylindrical-coordinate representation of color #415300: hue angle of 73.01º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #415300 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB65830-
CMYK0.22010.67
HSL73.01º100%16.27%-
HSV(B)73.01º100%32.55%-
XYZ5.277.311.13-
YUV68.1689.54125.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 83 (32.81% from 255) = 56.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.92%
G=56.08%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658300.22010.6773.0110016.27
Hex415301606443496410
Octal101123026014410311114420
Binary100000110100110101100110010010000111001001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415300; }

 p { color: rgb(65,83,0); }

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

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

 a { background-color: rgb(65,83,0); }

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

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

 span { border-color: rgb(65,83,0); }

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