#414B00

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

Shades of Verdun Green #414B00

Tints of Verdun Green #414B00

Color information

#414B00 (or 0x414B00) is unknown color: approx Verdun Green. HEX triplet: 41, 4B and 00. RGB value is (65,75,0). Sum of RGB (Red+Green+Blue) = 65+75+0=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #414B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B00 is #BEB4FF. Grayscale: #3F3F3F. Windows color (decimal): -12498176 or 19265. OLE color: 19265.

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

Color convert

RGB65750-
CMYK0.13010.71
HSL68º100%14.71%-
HSV(B)68º100%29.41%-
XYZ4.76.160.94-
YUV63.4692.19129.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 75 (29.69% from 255) = 53.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.43%
G=53.57%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal657500.13010.716810014.71
Hex414B0D064474464f
Octal101113015014410710414417
Binary1000001100101101101011001001000111100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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