Html Css Color HEX #4F5305 Verdun Green

📋 copy color: '#4F5305'

red 79 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #4F5305

Tints of Verdun Green #4F5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 47.31%
G = 49.7%
B = 2.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#4F5305 (or 0x4F5305) is known color: Verdun Green. HEX triplet: 4F, 53 and 05. RGB value is (79,83,5). Sum of RGB (Red+Green+Blue) = 79+83+5=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5305 is #B0ACFA. Grayscale: #494949. Windows color (decimal): -11578619 or 349007. OLE color: 349007.

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

Color convert

RGB 79 83 5 -
CMYK 0.05 0 0.94 0.67
HSL 63.08º 0.89% 0.17% -
HSV(B) 63.08º 0.94% 0.33% -
XYZ 6.35 7.86 1.33 -
YUV 72.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 79 83 5 0.05 0 0.94 0.67 63.08 0.89 0.17
Hex 4F 53 5 5 0 5E 43 3F 59 11
Octal 117 123 5 5 0 136 103 77 131 21
Binary 1001111 1010011 101 101 0 1011110 1000011 111111 1011001 10001

Color Harmonies of #4F5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5305

Black with #4F5305

Text Example


Text Example

White with #4F5305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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