Html Css Color HEX #4F5208 Verdun Green

📋 copy color: '#4F5208'

red 79 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #4F5208

Tints of Verdun Green #4F5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.52%

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 46.75%
G = 48.52%
B = 4.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#4F5208 (or 0x4F5208) is known color: Verdun Green. HEX triplet: 4F, 52 and 08. RGB value is (79,82,8). Sum of RGB (Red+Green+Blue) = 79+82+8=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #4F5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5208 is #B0ADF7. Grayscale: #484848. Windows color (decimal): -11578872 or 545359. OLE color: 545359.

HSL color Cylindrical-coordinate representation of color #4F5208: hue angle of 62.43º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F5208 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 82 8 -
CMYK 0.04 0 0.90 0.68
HSL 62.43º 0.82% 0.18% -
HSV(B) 62.43º 0.9% 0.32% -
XYZ 6.29 7.71 1.39 -
YUV 72.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 79 82 8 0.04 0 0.90 0.68 62.43 0.82 0.18
Hex 4F 52 8 4 0 5A 44 3E 52 12
Octal 117 122 10 4 0 132 104 76 122 22
Binary 1001111 1010010 1000 100 0 1011010 1000100 111110 1010010 10010

Color Harmonies of #4F5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5208

Black with #4F5208

Text Example


Text Example

White with #4F5208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,8); }

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

background-color css

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

 a { background-color: rgb(79,82,8); }

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

border-color css

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

 span { border-color: rgb(79,82,8); }

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