#415802

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

Shades of Verdun Green #415802

Tints of Verdun Green #415802

Color information

#415802 (or 0x415802) is unknown color: approx Verdun Green. HEX triplet: 41, 58 and 02. RGB value is (65,88,2). Sum of RGB (Red+Green+Blue) = 65+88+2=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #415802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415802 is #BEA7FD. Grayscale: #474747. Windows color (decimal): -12494846 or 153665. OLE color: 153665.

HSL color Cylindrical-coordinate representation of color #415802: hue angle of 76.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #415802 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB65882-
CMYK0.2600.980.65
HSL76.05º95.56%17.65%-
HSV(B)76.05º97.73%34.51%-
XYZ5.688.111.32-
YUV71.3288.88123.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=41.94%
G=56.77%
B=1.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal658820.2600.980.6576.0595.5617.65
Hex415821A062414c6012
Octal101130232014210111414022
Binary1000001101100010110100110001010000011001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415802; }

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

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

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

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

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

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

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

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