Html Css Color HEX #4F4A04 Verdun Green

📋 copy color: '#4F4A04'

red 79 ◦ green 74 ◦ blue 4

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

Shades of Verdun Green #4F4A04

Tints of Verdun Green #4F4A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.13%

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 50.32%
G = 47.13%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F4A04 (or 0x4F4A04) is known color: Verdun Green. HEX triplet: 4F, 4A and 04. RGB value is (79,74,4). Sum of RGB (Red+Green+Blue) = 79+74+4=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4A04 is #B0B5FB. Grayscale: #434343. Windows color (decimal): -11580924 or 281167. OLE color: 281167.

HSL color Cylindrical-coordinate representation of color #4F4A04: hue angle of 56º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F4A04 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 74 4 -
CMYK 0 0.06 0.95 0.69
HSL 56º 0.9% 0.16% -
HSV(B) 56º 0.95% 0.31% -
XYZ 5.7 6.57 1.08 -
YUV 67.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 79 74 4 0 0.06 0.95 0.69 56 0.9 0.16
Hex 4F 4A 4 0 6 5F 45 38 5A 10
Octal 117 112 4 0 6 137 105 70 132 20
Binary 1001111 1001010 100 0 110 1011111 1000101 111000 1011010 10000

Color Harmonies of #4F4A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A04

Black with #4F4A04

Text Example


Text Example

White with #4F4A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,74,4); }

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

background-color css

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

 a { background-color: rgb(79,74,4); }

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

border-color css

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

 span { border-color: rgb(79,74,4); }

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