#415C0A

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

Shades of Verdun Green #415C0A

Tints of Verdun Green #415C0A

Color information

#415C0A (or 0x415C0A) is unknown color: approx Verdun Green. HEX triplet: 41, 5C and 0A. RGB value is (65,92,10). Sum of RGB (Red+Green+Blue) = 65+92+10=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #415C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415C0A is #BEA3F5. Grayscale: #4A4A4A. Windows color (decimal): -12493814 or 678977. OLE color: 678977.

HSL color Cylindrical-coordinate representation of color #415C0A: hue angle of 79.76º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #415C0A is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB659210-
CMYK0.2900.890.64
HSL79.76º80.39%20%-
HSV(B)79.76º89.13%36.08%-
XYZ6.068.81.67-
YUV74.5891.55121.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 92 (36.33% from 255) = 55.09%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=38.92%
G=55.09%
B=5.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592100.2900.890.6479.7680.3920
Hex415CA1D05940505014
Octal1011341235013110012012024
Binary100000110111001010111010101100110000001010000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,92,10); }

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

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

 a { background-color: rgb(65,92,10); }

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

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

 span { border-color: rgb(65,92,10); }

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