Html Css Color HEX #3C5513 Verdun Green

📋 copy color: '#3C5513'

red 60 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #3C5513

Tints of Verdun Green #3C5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.83%

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

R = 36.59%
G = 51.83%
B = 11.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#3C5513 (or 0x3C5513) is known color: Verdun Green. HEX triplet: 3C, 55 and 13. RGB value is (60,85,19). Sum of RGB (Red+Green+Blue) = 60+85+19=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5513 is #C3AAEC. Grayscale: #464646. Windows color (decimal): -12823277 or 1267004. OLE color: 1267004.

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

Color convert

RGB 60 85 19 -
CMYK 0.29 0 0.78 0.67
HSL 82.73º 0.63% 0.2% -
HSV(B) 82.73º 0.78% 0.33% -
XYZ 5.23 7.5 1.79 -
YUV 70 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 60 85 19 0.29 0 0.78 0.67 82.73 0.63 0.2
Hex 3C 55 13 1D 0 4E 43 53 3F 14
Octal 74 125 23 35 0 116 103 123 77 24
Binary 111100 1010101 10011 11101 0 1001110 1000011 1010011 111111 10100

Color Harmonies of #3C5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5513

Black with #3C5513

Text Example


Text Example

White with #3C5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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