#4E550F

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

Shades of Verdun Green #4E550F

Tints of Verdun Green #4E550F

Color information

#4E550F (or 0x4E550F) is unknown color: approx Verdun Green. HEX triplet: 4E, 55 and 0F. RGB value is (78,85,15). Sum of RGB (Red+Green+Blue) = 78+85+15=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #4E550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E550F is #B1AAF0. Grayscale: #4B4B4B. Windows color (decimal): -11643633 or 1004878. OLE color: 1004878.

HSL color Cylindrical-coordinate representation of color #4E550F: hue angle of 66º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E550F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB788515-
CMYK0.0800.820.67
HSL66º70%19.61%-
HSV(B)66º82.35%33.33%-
XYZ6.488.151.68-
YUV74.9394.18130.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.82%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=43.82%
G=47.75%
B=8.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885150.0800.820.67667019.61
Hex4E55F805243424614
Octal1161251710012210310210624
Binary10011101010101111110000101001010000111000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,15); }

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

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

 a { background-color: rgb(78,85,15); }

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

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

 span { border-color: rgb(78,85,15); }

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