#4B5D1A

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

Shades of Verdun Green #4B5D1A

Tints of Verdun Green #4B5D1A

Color information

#4B5D1A (or 0x4B5D1A) is unknown color: approx Verdun Green. HEX triplet: 4B, 5D and 1A. RGB value is (75,93,26). Sum of RGB (Red+Green+Blue) = 75+93+26=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D1A is #B4A2E5. Grayscale: #505050. Windows color (decimal): -11838182 or 1727819. OLE color: 1727819.

HSL color Cylindrical-coordinate representation of color #4B5D1A: hue angle of 76.12º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B5D1A is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB759326-
CMYK0.1900.720.64
HSL76.12º56.3%23.33%-
HSV(B)76.12º72.04%36.47%-
XYZ79.42.42-
YUV79.9897.54124.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=38.66%
G=47.94%
B=13.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7593260.1900.720.6476.1256.323.33
Hex4B5D1A13048404c3817
Octal113135322301101001147027
Binary100101110111011101010011010010001000000100110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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