#414B19

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

Shades of Verdun Green #414B19

Tints of Verdun Green #414B19

Color information

#414B19 (or 0x414B19) is unknown color: approx Verdun Green. HEX triplet: 41, 4B and 19. RGB value is (65,75,25). Sum of RGB (Red+Green+Blue) = 65+75+25=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #414B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B19 is #BEB4E6. Grayscale: #424242. Windows color (decimal): -12498151 or 1657665. OLE color: 1657665.

HSL color Cylindrical-coordinate representation of color #414B19: hue angle of 72º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #414B19 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB657525-
CMYK0.1300.670.71
HSL72º50%19.61%-
HSV(B)72º66.67%29.41%-
XYZ4.876.231.86-
YUV66.31104.69127.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=39.39%
G=45.45%
B=15.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575250.1300.670.71725019.61
Hex414B19D04347483214
Octal101113311501031071106224
Binary10000011001011110011101010000111000111100100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414B19; }

 p { color: rgb(65,75,25); }

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

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

 a { background-color: rgb(65,75,25); }

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

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

 span { border-color: rgb(65,75,25); }

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