#4C5308

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

Shades of Verdun Green #4C5308

Tints of Verdun Green #4C5308

Color information

#4C5308 (or 0x4C5308) is unknown color: approx Verdun Green. HEX triplet: 4C, 53 and 08. RGB value is (76,83,8). Sum of RGB (Red+Green+Blue) = 76+83+8=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5308 is #B3ACF7. Grayscale: #484848. Windows color (decimal): -11775224 or 545612. OLE color: 545612.

HSL color Cylindrical-coordinate representation of color #4C5308: hue angle of 65.6º 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 #4C5308 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB76838-
CMYK0.0800.900.67
HSL65.6º82.42%17.84%-
HSV(B)65.6º90.36%32.55%-
XYZ6.127.741.4-
YUV72.3691.68130.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=45.51%
G=49.70%
B=4.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal768380.0800.900.6765.682.4217.84
Hex4C538805A43425212
Octal1141231010013210310212222
Binary10011001010011100010000101101010000111000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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