#415403

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

Shades of Verdun Green #415403

Tints of Verdun Green #415403

Color information

#415403 (or 0x415403) is unknown color: approx Verdun Green. HEX triplet: 41, 54 and 03. RGB value is (65,84,3). Sum of RGB (Red+Green+Blue) = 65+84+3=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #415403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415403 is #BEABFC. Grayscale: #454545. Windows color (decimal): -12495869 or 218177. OLE color: 218177.

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

Color convert

RGB65843-
CMYK0.2300.960.67
HSL74.07º93.1%17.06%-
HSV(B)74.07º96.43%32.94%-
XYZ5.377.471.25-
YUV69.0890.71125.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=42.76%
G=55.26%
B=1.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658430.2300.960.6774.0793.117.06
Hex4154317060434a5d11
Octal101124327014010311213521
Binary1000001101010011101110110000010000111001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415403; }

 p { color: rgb(65,84,3); }

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

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

 a { background-color: rgb(65,84,3); }

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

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

 span { border-color: rgb(65,84,3); }

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