#4B601A

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

Shades of Verdun Green #4B601A

Tints of Verdun Green #4B601A

Color information

#4B601A (or 0x4B601A) is unknown color: approx Verdun Green. HEX triplet: 4B, 60 and 1A. RGB value is (75,96,26). Sum of RGB (Red+Green+Blue) = 75+96+26=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #4B601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B601A is #B49FE5. Grayscale: #525252. Windows color (decimal): -11837414 or 1728587. OLE color: 1728587.

HSL color Cylindrical-coordinate representation of color #4B601A: hue angle of 78º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B601A is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB759626-
CMYK0.2200.730.62
HSL78º57.38%23.92%-
HSV(B)78º72.92%37.65%-
XYZ7.279.942.51-
YUV81.7496.54123.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=38.07%
G=48.73%
B=13.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596260.2200.730.627857.3823.92
Hex4B601A160493E4e3918
Octal11314032260111761167130
Binary10010111100000110101011001001001111110100111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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