Html Css Color HEX #4B590B Verdun Green

📋 copy color: '#4B590B'

red 75 ◦ green 89 ◦ blue 11

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

Shades of Verdun Green #4B590B

Tints of Verdun Green #4B590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 42.86%
G = 50.86%
B = 6.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#4B590B (or 0x4B590B) is known color: Verdun Green. HEX triplet: 4B, 59 and 0B. RGB value is (75,89,11). Sum of RGB (Red+Green+Blue) = 75+89+11=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #4B590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B590B is #B4A6F4. Grayscale: #4C4C4C. Windows color (decimal): -11839221 or 743755. OLE color: 743755.

HSL color Cylindrical-coordinate representation of color #4B590B: hue angle of 70.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B590B is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 11 -
CMYK 0.16 0 0.88 0.65
HSL 70.77º 0.78% 0.2% -
HSV(B) 70.77º 0.88% 0.35% -
XYZ 6.53 8.66 1.64 -
YUV 75.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 75 89 11 0.16 0 0.88 0.65 70.77 0.78 0.2
Hex 4B 59 B 10 0 58 41 47 4E 14
Octal 113 131 13 20 0 130 101 107 116 24
Binary 1001011 1011001 1011 10000 0 1011000 1000001 1000111 1001110 10100

Color Harmonies of #4B590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B590B

Black with #4B590B

Text Example


Text Example

White with #4B590B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,11); }

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

background-color css

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

 a { background-color: rgb(75,89,11); }

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

border-color css

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

 span { border-color: rgb(75,89,11); }

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