#415B00

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

Shades of Verdun Green #415B00

Tints of Verdun Green #415B00

Color information

#415B00 (or 0x415B00) is unknown color: approx Verdun Green. HEX triplet: 41, 5B and 00. RGB value is (65,91,0). Sum of RGB (Red+Green+Blue) = 65+91+0=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #415B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415B00 is #BEA4FF. Grayscale: #494949. Windows color (decimal): -12494080 or 23361. OLE color: 23361.

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

Color convert

RGB65910-
CMYK0.29010.64
HSL77.14º100%17.84%-
HSV(B)77.14º100%35.69%-
XYZ5.928.611.35-
YUV72.8586.89122.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.67%
G=58.33%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal659100.29010.6477.1410017.84
Hex415B01D064404d6412
Octal101133035014410011514422
Binary100000110110110111010110010010000001001101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,91,0); }

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

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

 a { background-color: rgb(65,91,0); }

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

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

 span { border-color: rgb(65,91,0); }

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