#4F5308

Color #4F5308 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4F5308

Tints of Verdun Green #4F5308

Color information

#4F5308 (or 0x4F5308) is unknown color: approx Verdun Green. HEX triplet: 4F, 53 and 08. RGB value is (79,83,8). Sum of RGB (Red+Green+Blue) = 79+83+8=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5308 is #B0ACF7. Grayscale: #494949. Windows color (decimal): -11578616 or 545615. OLE color: 545615.

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

Color convert

RGB79838-
CMYK0.0500.900.67
HSL63.2º82.42%17.84%-
HSV(B)63.2º90.36%32.55%-
XYZ6.367.871.41-
YUV73.2591.17132.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=46.47%
G=48.82%
B=4.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal798380.0500.900.6763.282.4217.84
Hex4F538505A433f5212
Octal11712310501321037712222
Binary100111110100111000101010110101000011111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5308;
 }
 .AnyTagClassName
 {
   color: #4F5308;
 }
</style>
background-color css

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

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

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

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

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

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