Html Css Color HEX #4F550A Verdun Green

📋 copy color: '#4F550A'

red 79 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #4F550A

Tints of Verdun Green #4F550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 45.4%
G = 48.85%
B = 5.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#4F550A (or 0x4F550A) is known color: Verdun Green. HEX triplet: 4F, 55 and 0A. RGB value is (79,85,10). Sum of RGB (Red+Green+Blue) = 79+85+10=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4F550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F550A is #B0AAF5. Grayscale: #4A4A4A. Windows color (decimal): -11578102 or 677199. OLE color: 677199.

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

Color convert

RGB 79 85 10 -
CMYK 0.07 0 0.88 0.67
HSL 64.8º 0.79% 0.19% -
HSV(B) 64.8º 0.88% 0.33% -
XYZ 6.53 8.18 1.52 -
YUV 74.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 79 85 10 0.07 0 0.88 0.67 64.8 0.79 0.19
Hex 4F 55 A 7 0 58 43 41 4F 13
Octal 117 125 12 7 0 130 103 101 117 23
Binary 1001111 1010101 1010 111 0 1011000 1000011 1000001 1001111 10011

Color Harmonies of #4F550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F550A

Black with #4F550A

Text Example


Text Example

White with #4F550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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