Html Css Color HEX #4F5304 Verdun Green

📋 copy color: '#4F5304'

red 79 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #4F5304

Tints of Verdun Green #4F5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

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

R = 47.59%
G = 50%
B = 2.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#4F5304 (or 0x4F5304) is known color: Verdun Green. HEX triplet: 4F, 53 and 04. RGB value is (79,83,4). Sum of RGB (Red+Green+Blue) = 79+83+4=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5304 is #B0ACFB. Grayscale: #494949. Windows color (decimal): -11578620 or 283471. OLE color: 283471.

HSL color Cylindrical-coordinate representation of color #4F5304: hue angle of 63.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F5304 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 4 -
CMYK 0.05 0 0.95 0.67
HSL 63.04º 0.91% 0.17% -
HSV(B) 63.04º 0.95% 0.33% -
XYZ 6.34 7.86 1.3 -
YUV 72.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 79 83 4 0.05 0 0.95 0.67 63.04 0.91 0.17
Hex 4F 53 4 5 0 5F 43 3F 5B 11
Octal 117 123 4 5 0 137 103 77 133 21
Binary 1001111 1010011 100 101 0 1011111 1000011 111111 1011011 10001

Color Harmonies of #4F5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5304

Black with #4F5304

Text Example


Text Example

White with #4F5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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