#415102

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

Shades of Verdun Green #415102

Tints of Verdun Green #415102

Color information

#415102 (or 0x415102) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 02. RGB value is (65,81,2). Sum of RGB (Red+Green+Blue) = 65+81+2=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #415102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415102 is #BEAEFD. Grayscale: #434343. Windows color (decimal): -12496638 or 151873. OLE color: 151873.

HSL color Cylindrical-coordinate representation of color #415102: hue angle of 72.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415102 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB65812-
CMYK0.2000.980.68
HSL72.15º95.18%16.27%-
HSV(B)72.15º97.53%31.76%-
XYZ5.137.011.14-
YUV67.2191.2126.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=43.92%
G=54.73%
B=1.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal658120.2000.980.6872.1595.1816.27
Hex415121406244485f10
Octal101121224014210411013720
Binary1000001101000110101000110001010001001001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415102; }

 p { color: rgb(65,81,2); }

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

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

 a { background-color: rgb(65,81,2); }

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

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

 span { border-color: rgb(65,81,2); }

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