Html Css Color HEX #4F550F Verdun Green

📋 copy color: '#4F550F'

red 79 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #4F550F

Tints of Verdun Green #4F550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 44.13%
G = 47.49%
B = 8.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#4F550F (or 0x4F550F) is known color: Verdun Green. HEX triplet: 4F, 55 and 0F. RGB value is (79,85,15). Sum of RGB (Red+Green+Blue) = 79+85+15=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #4F550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F550F is #B0AAF0. Grayscale: #4B4B4B. Windows color (decimal): -11578097 or 1004879. OLE color: 1004879.

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

Color convert

RGB 79 85 15 -
CMYK 0.07 0 0.82 0.67
HSL 65.14º 0.7% 0.2% -
HSV(B) 65.14º 0.82% 0.33% -
XYZ 6.56 8.19 1.69 -
YUV 75.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 79 85 15 0.07 0 0.82 0.67 65.14 0.7 0.2
Hex 4F 55 F 7 0 52 43 41 46 14
Octal 117 125 17 7 0 122 103 101 106 24
Binary 1001111 1010101 1111 111 0 1010010 1000011 1000001 1000110 10100

Color Harmonies of #4F550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F550F

Black with #4F550F

Text Example


Text Example

White with #4F550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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