#415303

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

Shades of Verdun Green #415303

Tints of Verdun Green #415303

Color information

#415303 (or 0x415303) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 03. RGB value is (65,83,3). Sum of RGB (Red+Green+Blue) = 65+83+3=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #415303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415303 is #BEACFC. Grayscale: #444444. Windows color (decimal): -12496125 or 217921. OLE color: 217921.

HSL color Cylindrical-coordinate representation of color #415303: hue angle of 73.5º 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 #415303 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB65833-
CMYK0.2200.960.67
HSL73.5º93.02%16.86%-
HSV(B)73.5º96.39%32.55%-
XYZ5.297.321.22-
YUV68.591.04125.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=43.05%
G=54.97%
B=1.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658330.2200.960.6773.593.0216.86
Hex4153316060434a5d11
Octal101123326014010311213521
Binary1000001101001111101100110000010000111001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415303; }

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

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

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

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

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

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

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

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