Html Css Color HEX #3C5601 Verdun Green

📋 copy color: '#3C5601'

red 60 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #3C5601

Tints of Verdun Green #3C5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 58.5%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 40.82%
G = 58.5%
B = 0.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#3C5601 (or 0x3C5601) is known color: Verdun Green. HEX triplet: 3C, 56 and 01. RGB value is (60,86,1). Sum of RGB (Red+Green+Blue) = 60+86+1=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5601 is #C3A9FE. Grayscale: #444444. Windows color (decimal): -12823039 or 87612. OLE color: 87612.

HSL color Cylindrical-coordinate representation of color #3C5601: hue angle of 78.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C5601 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 86 1 -
CMYK 0.30 0 0.99 0.66
HSL 78.35º 0.98% 0.17% -
HSV(B) 78.35º 0.99% 0.34% -
XYZ 5.2 7.62 1.23 -
YUV 68.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 60 86 1 0.30 0 0.99 0.66 78.35 0.98 0.17
Hex 3C 56 1 1E 0 63 42 4E 62 11
Octal 74 126 1 36 0 143 102 116 142 21
Binary 111100 1010110 1 11110 0 1100011 1000010 1001110 1100010 10001

Color Harmonies of #3C5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5601

Black with #3C5601

Text Example


Text Example

White with #3C5601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,86,1); }

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

background-color css

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

 a { background-color: rgb(60,86,1); }

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

border-color css

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

 span { border-color: rgb(60,86,1); }

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