Html Css Color HEX #4B590E Verdun Green

📋 copy color: '#4B590E'

red 75 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #4B590E

Tints of Verdun Green #4B590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 42.13%
G = 50%
B = 7.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#4B590E (or 0x4B590E) is known color: Verdun Green. HEX triplet: 4B, 59 and 0E. RGB value is (75,89,14). Sum of RGB (Red+Green+Blue) = 75+89+14=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #4B590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B590E is #B4A6F1. Grayscale: #4C4C4C. Windows color (decimal): -11839218 or 940363. OLE color: 940363.

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

Color convert

RGB 75 89 14 -
CMYK 0.16 0 0.84 0.65
HSL 71.2º 0.73% 0.2% -
HSV(B) 71.2º 0.84% 0.35% -
XYZ 6.55 8.67 1.74 -
YUV 76.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 75 89 14 0.16 0 0.84 0.65 71.2 0.73 0.2
Hex 4B 59 E 10 0 54 41 47 49 14
Octal 113 131 16 20 0 124 101 107 111 24
Binary 1001011 1011001 1110 10000 0 1010100 1000001 1000111 1001001 10100

Color Harmonies of #4B590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B590E

Black with #4B590E

Text Example


Text Example

White with #4B590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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