#4B611F

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

Shades of Verdun Green #4B611F

Tints of Verdun Green #4B611F

Color information

#4B611F (or 0x4B611F) is unknown color: approx Verdun Green. HEX triplet: 4B, 61 and 1F. RGB value is (75,97,31). Sum of RGB (Red+Green+Blue) = 75+97+31=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #4B611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B611F is #B49EE0. Grayscale: #535353. Windows color (decimal): -11837153 or 2056523. OLE color: 2056523.

HSL color Cylindrical-coordinate representation of color #4B611F: hue angle of 80º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B611F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB759731-
CMYK0.2300.680.62
HSL80º51.56%25.1%-
HSV(B)80º68.04%38.04%-
XYZ7.4210.142.86-
YUV82.998.71122.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=36.95%
G=47.78%
B=15.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597310.2300.680.628051.5625.1
Hex4B611F170443E503419
Octal11314137270104761206431
Binary10010111100001111111011101000100111110101000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B611F; }

 p { color: rgb(75,97,31); }

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

<style>
 a { background-color: #4B611F; }

 a { background-color: rgb(75,97,31); }

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

<style>
 span { border-color: #4B611F; }

 span { border-color: rgb(75,97,31); }

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