#464B00

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

Shades of Verdun Green #464B00

Tints of Verdun Green #464B00

Color information

#464B00 (or 0x464B00) is unknown color: approx Verdun Green. HEX triplet: 46, 4B and 00. RGB value is (70,75,0). Sum of RGB (Red+Green+Blue) = 70+75+0=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #464B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B00 is #B9B4FF. Grayscale: #414141. Windows color (decimal): -12170496 or 19270. OLE color: 19270.

HSL color Cylindrical-coordinate representation of color #464B00: hue angle of 64º 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 #464B00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB70750-
CMYK0.07010.71
HSL64º100%14.71%-
HSV(B)64º100%29.41%-
XYZ5.046.330.96-
YUV64.9691.34131.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.28%
G=51.72%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal707500.07010.716410014.71
Hex464B07064474064f
Octal10611307014410710014417
Binary100011010010110111011001001000111100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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