Html Css Color HEX #3C550E Verdun Green

📋 copy color: '#3C550E'

red 60 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #3C550E

Tints of Verdun Green #3C550E

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 value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#3C550E (or 0x3C550E) is known color: 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

RGB 60 85 14 -
CMYK 0.29 0 0.84 0.67
HSL 81.13º 0.72% 0.19% -
HSV(B) 81.13º 0.84% 0.33% -
XYZ 5.19 7.49 1.59 -
YUV 69.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 60 85 14 0.29 0 0.84 0.67 81.13 0.72 0.19
Hex 3C 55 E 1D 0 54 43 51 48 13
Octal 74 125 16 35 0 124 103 121 110 23
Binary 111100 1010101 1110 11101 0 1010100 1000011 1010001 1001000 10011

Color Harmonies of #3C550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C550E

Black with #3C550E

Text Example


Text Example

White with #3C550E

Text Example


Text Example

HTML Codes & Css Web 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>