#474D1B

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

Shades of Verdun Green #474D1B

Tints of Verdun Green #474D1B

Color information

#474D1B (or 0x474D1B) is unknown color: approx Verdun Green. HEX triplet: 47, 4D and 1B. RGB value is (71,77,27). Sum of RGB (Red+Green+Blue) = 71+77+27=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #474D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D1B is #B8B2E4. Grayscale: #454545. Windows color (decimal): -12104421 or 1789255. OLE color: 1789255.

HSL color Cylindrical-coordinate representation of color #474D1B: hue angle of 67.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474D1B is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB717727-
CMYK0.0800.650.70
HSL67.2º48.08%20.39%-
HSV(B)67.2º64.94%30.2%-
XYZ5.456.732.05-
YUV69.51104.01129.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=40.57%
G=44%
B=15.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177270.0800.650.7067.248.0820.39
Hex474D1B804146433014
Octal107115331001011061036024
Binary10001111001101110111000010000011000110100001111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,77,27); }

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

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

 a { background-color: rgb(71,77,27); }

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

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

 span { border-color: rgb(71,77,27); }

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