#4B601F

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

Shades of Verdun Green #4B601F

Tints of Verdun Green #4B601F

Color information

#4B601F (or 0x4B601F) is unknown color: approx Verdun Green. HEX triplet: 4B, 60 and 1F. RGB value is (75,96,31). Sum of RGB (Red+Green+Blue) = 75+96+31=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #4B601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B601F is #B49FE0. Grayscale: #525252. Windows color (decimal): -11837409 or 2056267. OLE color: 2056267.

HSL color Cylindrical-coordinate representation of color #4B601F: hue angle of 79.38º degrees, saturation: 0.51, 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 #4B601F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB759631-
CMYK0.2200.680.62
HSL79.38º51.18%24.9%-
HSV(B)79.38º67.71%37.65%-
XYZ7.339.962.83-
YUV82.3199.04122.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=37.13%
G=47.52%
B=15.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596310.2200.680.6279.3851.1824.9
Hex4B601F160443E4f3319
Octal11314037260104761176331
Binary10010111100000111111011001000100111110100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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