Html Css Color HEX #4F540C Verdun Green

📋 copy color: '#4F540C'

red 79 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #4F540C

Tints of Verdun Green #4F540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 45.14%
G = 48%
B = 6.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#4F540C (or 0x4F540C) is known color: Verdun Green. HEX triplet: 4F, 54 and 0C. RGB value is (79,84,12). Sum of RGB (Red+Green+Blue) = 79+84+12=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #4F540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F540C is #B0ABF3. Grayscale: #4A4A4A. Windows color (decimal): -11578356 or 808015. OLE color: 808015.

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

Color convert

RGB 79 84 12 -
CMYK 0.06 0 0.86 0.67
HSL 64.17º 0.75% 0.19% -
HSV(B) 64.17º 0.86% 0.33% -
XYZ 6.46 8.03 1.56 -
YUV 74.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 79 84 12 0.06 0 0.86 0.67 64.17 0.75 0.19
Hex 4F 54 C 6 0 56 43 40 4B 13
Octal 117 124 14 6 0 126 103 100 113 23
Binary 1001111 1010100 1100 110 0 1010110 1000011 1000000 1001011 10011

Color Harmonies of #4F540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F540C

Black with #4F540C

Text Example


Text Example

White with #4F540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,12); }

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

background-color css

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

 a { background-color: rgb(79,84,12); }

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

border-color css

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

 span { border-color: rgb(79,84,12); }

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