Html Css Color HEX #4F580C Verdun Green

📋 copy color: '#4F580C'

red 79 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #4F580C

Tints of Verdun Green #4F580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

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

R = 44.13%
G = 49.16%
B = 6.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#4F580C (or 0x4F580C) is known color: Verdun Green. HEX triplet: 4F, 58 and 0C. RGB value is (79,88,12). Sum of RGB (Red+Green+Blue) = 79+88+12=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #4F580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F580C is #B0A7F3. Grayscale: #4C4C4C. Windows color (decimal): -11577332 or 809039. OLE color: 809039.

HSL color Cylindrical-coordinate representation of color #4F580C: hue angle of 67.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F580C is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 12 -
CMYK 0.10 0 0.86 0.65
HSL 67.11º 0.76% 0.2% -
HSV(B) 67.11º 0.86% 0.35% -
XYZ 6.78 8.67 1.66 -
YUV 76.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 79 88 12 0.10 0 0.86 0.65 67.11 0.76 0.2
Hex 4F 58 C A 0 56 41 43 4C 14
Octal 117 130 14 12 0 126 101 103 114 24
Binary 1001111 1011000 1100 1010 0 1010110 1000001 1000011 1001100 10100

Color Harmonies of #4F580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F580C

Black with #4F580C

Text Example


Text Example

White with #4F580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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