Html Css Color HEX #4B570E Verdun Green

📋 copy color: '#4B570E'

red 75 ◦ green 87 ◦ blue 14

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

Shades of Verdun Green #4B570E

Tints of Verdun Green #4B570E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

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

R = 42.61%
G = 49.43%
B = 7.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#4B570E (or 0x4B570E) is known color: Verdun Green. HEX triplet: 4B, 57 and 0E. RGB value is (75,87,14). Sum of RGB (Red+Green+Blue) = 75+87+14=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #4B570E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B570E is #B4A8F1. Grayscale: #4B4B4B. Windows color (decimal): -11839730 or 939851. OLE color: 939851.

HSL color Cylindrical-coordinate representation of color #4B570E: hue angle of 69.86º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B570E is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 87 14 -
CMYK 0.14 0 0.84 0.66
HSL 69.86º 0.72% 0.2% -
HSV(B) 69.86º 0.84% 0.34% -
XYZ 6.39 8.34 1.69 -
YUV 75.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 75 87 14 0.14 0 0.84 0.66 69.86 0.72 0.2
Hex 4B 57 E E 0 54 42 46 48 14
Octal 113 127 16 16 0 124 102 106 110 24
Binary 1001011 1010111 1110 1110 0 1010100 1000010 1000110 1001000 10100

Color Harmonies of #4B570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B570E

Black with #4B570E

Text Example


Text Example

White with #4B570E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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