#415304

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

Shades of Verdun Green #415304

Tints of Verdun Green #415304

Color information

#415304 (or 0x415304) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 04. RGB value is (65,83,4). Sum of RGB (Red+Green+Blue) = 65+83+4=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #415304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415304 is #BEACFB. Grayscale: #444444. Windows color (decimal): -12496124 or 283457. OLE color: 283457.

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

Color convert

RGB65834-
CMYK0.2200.950.67
HSL73.67º90.8%17.06%-
HSV(B)73.67º95.18%32.55%-
XYZ5.37.321.25-
YUV68.6191.54125.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=42.76%
G=54.61%
B=2.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658340.2200.950.6773.6790.817.06
Hex415341605F434a5b11
Octal101123426013710311213321
Binary10000011010011100101100101111110000111001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415304; }

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

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

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

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

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

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

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

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