#414B05

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

Shades of Verdun Green #414B05

Tints of Verdun Green #414B05

Color information

#414B05 (or 0x414B05) is unknown color: approx Verdun Green. HEX triplet: 41, 4B and 05. RGB value is (65,75,5). Sum of RGB (Red+Green+Blue) = 65+75+5=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #414B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B05 is #BEB4FA. Grayscale: #404040. Windows color (decimal): -12498171 or 346945. OLE color: 346945.

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

Color convert

RGB65755-
CMYK0.1300.930.71
HSL68.57º87.5%15.69%-
HSV(B)68.57º93.33%29.41%-
XYZ4.726.171.08-
YUV64.0394.69128.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=44.83%
G=51.72%
B=3.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal657550.1300.930.7168.5787.515.69
Hex414B5D05D47455810
Octal101113515013510710513020
Binary1000001100101110111010101110110001111000101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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