#415E08

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

Shades of Verdun Green #415E08

Tints of Verdun Green #415E08

Color information

#415E08 (or 0x415E08) is unknown color: approx Verdun Green. HEX triplet: 41, 5E and 08. RGB value is (65,94,8). Sum of RGB (Red+Green+Blue) = 65+94+8=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #415E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415E08 is #BEA1F7. Grayscale: #4B4B4B. Windows color (decimal): -12493304 or 548417. OLE color: 548417.

HSL color Cylindrical-coordinate representation of color #415E08: hue angle of 80.23º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #415E08 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB65948-
CMYK0.3100.910.63
HSL80.23º84.31%20%-
HSV(B)80.23º91.49%36.86%-
XYZ6.239.151.67-
YUV75.5389.89120.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 94 (37.11% from 255) = 56.29%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=38.92%
G=56.29%
B=4.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal659480.3100.910.6380.2384.3120
Hex415E81F05B3F505414
Octal101136103701337712012424
Binary10000011011110100011111010110111111111010000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E08; }

 p { color: rgb(65,94,8); }

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

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

 a { background-color: rgb(65,94,8); }

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

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

 span { border-color: rgb(65,94,8); }

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