#3C550E

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

Shades of Verdun Green #3C550E

Tints of Verdun Green #3C550E

Color information

#3C550E (or 0x3C550E) is unknown color: approx Verdun Green. HEX triplet: 3C, 55 and 0E. RGB value is (60,85,14). Sum of RGB (Red+Green+Blue) = 60+85+14=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #3C550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C550E is #C3AAF1. Grayscale: #454545. Windows color (decimal): -12823282 or 939324. OLE color: 939324.

HSL color Cylindrical-coordinate representation of color #3C550E: hue angle of 81.13º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C550E is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB608514-
CMYK0.2900.840.67
HSL81.13º71.72%19.41%-
HSV(B)81.13º83.53%33.33%-
XYZ5.197.491.59-
YUV69.4396.72121.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=37.74%
G=53.46%
B=8.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085140.2900.840.6781.1371.7219.41
Hex3C55E1D05443514813
Octal741251635012410312111023
Binary11110010101011110111010101010010000111010001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C550E; }

 p { color: rgb(60,85,14); }

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

<style>
 a { background-color: #3C550E; }

 a { background-color: rgb(60,85,14); }

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

<style>
 span { border-color: #3C550E; }

 span { border-color: rgb(60,85,14); }

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