Html Css Color HEX #3C5410 Verdun Green

📋 copy color: '#3C5410'

red 60 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #3C5410

Tints of Verdun Green #3C5410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10%

R = 37.5%
G = 52.5%
B = 10%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#3C5410 (or 0x3C5410) is known color: Verdun Green. HEX triplet: 3C, 54 and 10. RGB value is (60,84,16). Sum of RGB (Red+Green+Blue) = 60+84+16=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5410 is #C3ABEF. Grayscale: #454545. Windows color (decimal): -12823536 or 1070140. OLE color: 1070140.

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

Color convert

RGB 60 84 16 -
CMYK 0.29 0 0.81 0.67
HSL 81.18º 0.68% 0.2% -
HSV(B) 81.18º 0.81% 0.33% -
XYZ 5.13 7.34 1.64 -
YUV 69.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 60 84 16 0.29 0 0.81 0.67 81.18 0.68 0.2
Hex 3C 54 10 1D 0 51 43 51 44 14
Octal 74 124 20 35 0 121 103 121 104 24
Binary 111100 1010100 10000 11101 0 1010001 1000011 1010001 1000100 10100

Color Harmonies of #3C5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5410

Black with #3C5410

Text Example


Text Example

White with #3C5410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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