Html Css Color HEX #4F550D Verdun Green

📋 copy color: '#4F550D'

red 79 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #4F550D

Tints of Verdun Green #4F550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 44.63%
G = 48.02%
B = 7.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#4F550D (or 0x4F550D) is known color: Verdun Green. HEX triplet: 4F, 55 and 0D. RGB value is (79,85,13). Sum of RGB (Red+Green+Blue) = 79+85+13=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #4F550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F550D is #B0AAF2. Grayscale: #4B4B4B. Windows color (decimal): -11578099 or 873807. OLE color: 873807.

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

Color convert

RGB 79 85 13 -
CMYK 0.07 0 0.85 0.67
HSL 65º 0.73% 0.19% -
HSV(B) 65º 0.85% 0.33% -
XYZ 6.55 8.19 1.62 -
YUV 75 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 79 85 13 0.07 0 0.85 0.67 65 0.73 0.19
Hex 4F 55 D 7 0 55 43 41 49 13
Octal 117 125 15 7 0 125 103 101 111 23
Binary 1001111 1010101 1101 111 0 1010101 1000011 1000001 1001001 10011

Color Harmonies of #4F550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F550D

Black with #4F550D

Text Example


Text Example

White with #4F550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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