Html Css Color HEX #3C540E Verdun Green

📋 copy color: '#3C540E'

red 60 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #3C540E

Tints of Verdun Green #3C540E

RGB

 RED value IS 60 (23.83% from 255) = 37.97%

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 37.97%
G = 53.16%
B = 8.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#3C540E (or 0x3C540E) is known color: Verdun Green. HEX triplet: 3C, 54 and 0E. RGB value is (60,84,14). Sum of RGB (Red+Green+Blue) = 60+84+14=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #3C540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C540E is #C3ABF1. Grayscale: #454545. Windows color (decimal): -12823538 or 939068. OLE color: 939068.

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

Color convert

RGB 60 84 14 -
CMYK 0.29 0 0.83 0.67
HSL 80.57º 0.71% 0.19% -
HSV(B) 80.57º 0.83% 0.33% -
XYZ 5.11 7.33 1.56 -
YUV 68.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 60 84 14 0.29 0 0.83 0.67 80.57 0.71 0.19
Hex 3C 54 E 1D 0 53 43 51 47 13
Octal 74 124 16 35 0 123 103 121 107 23
Binary 111100 1010100 1110 11101 0 1010011 1000011 1010001 1000111 10011

Color Harmonies of #3C540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C540E

Black with #3C540E

Text Example


Text Example

White with #3C540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C540E;
 }
 .AnyTagClassName
 {
   color: #3C540E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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