Html Css Color HEX #4B561D Verdun Green

📋 copy color: '#4B561D'

red 75 ◦ green 86 ◦ blue 29

#4B561D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #4B561D

Tints of Verdun Green #4B561D

RGB

 RED value IS 75 (29.69% from 255) = 39.47%

 GREEN value IS 86 (33.98% from 255) = 45.26%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 39.47%
G = 45.26%
B = 15.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#4B561D (or 0x4B561D) is known color: Verdun Green. HEX triplet: 4B, 56 and 1D. RGB value is (75,86,29). Sum of RGB (Red+Green+Blue) = 75+86+29=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #4B561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B561D is #B4A9E2. Grayscale: #4C4C4C. Windows color (decimal): -11839971 or 1922635. OLE color: 1922635.

HSL color Cylindrical-coordinate representation of color #4B561D: hue angle of 71.58º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B561D is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 86 29 -
CMYK 0.13 0 0.66 0.66
HSL 71.58º 0.5% 0.23% -
HSV(B) 71.58º 0.66% 0.34% -
XYZ 6.45 8.24 2.41 -
YUV 76.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 75 86 29 0.13 0 0.66 0.66 71.58 0.5 0.23
Hex 4B 56 1D D 0 42 42 48 32 17
Octal 113 126 35 15 0 102 102 110 62 27
Binary 1001011 1010110 11101 1101 0 1000010 1000010 1001000 110010 10111

Color Harmonies of #4B561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B561D

Black with #4B561D

Text Example


Text Example

White with #4B561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,29); }

 H1.HeaderClassName
 {
   color: #4B561D;
 }
 .AnyTagClassName
 {
   color: #4B561D;
 }
</style>

background-color css

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

 a { background-color: rgb(75,86,29); }

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

border-color css

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

 span { border-color: rgb(75,86,29); }

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