Html Css Color HEX #3C5413 Verdun Green

📋 copy color: '#3C5413'

red 60 ◦ green 84 ◦ blue 19

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

Shades of Verdun Green #3C5413

Tints of Verdun Green #3C5413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 36.81%
G = 51.53%
B = 11.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#3C5413 (or 0x3C5413) is known color: Verdun Green. HEX triplet: 3C, 54 and 13. RGB value is (60,84,19). Sum of RGB (Red+Green+Blue) = 60+84+19=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5413 is #C3ABEC. Grayscale: #454545. Windows color (decimal): -12823533 or 1266748. OLE color: 1266748.

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

Color convert

RGB 60 84 19 -
CMYK 0.29 0 0.77 0.67
HSL 82.15º 0.63% 0.2% -
HSV(B) 82.15º 0.77% 0.33% -
XYZ 5.15 7.35 1.76 -
YUV 69.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 60 84 19 0.29 0 0.77 0.67 82.15 0.63 0.2
Hex 3C 54 13 1D 0 4D 43 52 3F 14
Octal 74 124 23 35 0 115 103 122 77 24
Binary 111100 1010100 10011 11101 0 1001101 1000011 1010010 111111 10100

Color Harmonies of #3C5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5413

Black with #3C5413

Text Example


Text Example

White with #3C5413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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