Html Css Color HEX #4F550E Verdun Green

📋 copy color: '#4F550E'

red 79 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #4F550E

Tints of Verdun Green #4F550E

RGB

 RED value IS 79 (31.25% from 255) = 44.38%

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 44.38%
G = 47.75%
B = 7.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#4F550E (or 0x4F550E) is known color: Verdun Green. HEX triplet: 4F, 55 and 0E. RGB value is (79,85,14). Sum of RGB (Red+Green+Blue) = 79+85+14=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #4F550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F550E is #B0AAF1. Grayscale: #4B4B4B. Windows color (decimal): -11578098 or 939343. OLE color: 939343.

HSL color Cylindrical-coordinate representation of color #4F550E: hue angle of 65.07º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F550E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 14 -
CMYK 0.07 0 0.84 0.67
HSL 65.07º 0.72% 0.19% -
HSV(B) 65.07º 0.84% 0.33% -
XYZ 6.55 8.19 1.65 -
YUV 75.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 79 85 14 0.07 0 0.84 0.67 65.07 0.72 0.19
Hex 4F 55 E 7 0 54 43 41 48 13
Octal 117 125 16 7 0 124 103 101 110 23
Binary 1001111 1010101 1110 111 0 1010100 1000011 1000001 1001000 10011

Color Harmonies of #4F550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F550E

Black with #4F550E

Text Example


Text Example

White with #4F550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,14); }

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

background-color css

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

 a { background-color: rgb(79,85,14); }

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

border-color css

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

 span { border-color: rgb(79,85,14); }

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