#474B00

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

Shades of Verdun Green #474B00

Tints of Verdun Green #474B00

Color information

#474B00 (or 0x474B00) is unknown color: approx Verdun Green. HEX triplet: 47, 4B and 00. RGB value is (71,75,0). Sum of RGB (Red+Green+Blue) = 71+75+0=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #474B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B00 is #B8B4FF. Grayscale: #414141. Windows color (decimal): -12104960 or 19271. OLE color: 19271.

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

Color convert

RGB71750-
CMYK0.05010.71
HSL63.2º100%14.71%-
HSV(B)63.2º100%29.41%-
XYZ5.116.370.96-
YUV65.2591.17132.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.63%
G=51.37%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717500.05010.7163.210014.71
Hex474B05064473f64f
Octal1071130501441077714417
Binary10001111001011010101100100100011111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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