Html Css Color HEX #3C5514 Verdun Green

📋 copy color: '#3C5514'

red 60 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #3C5514

Tints of Verdun Green #3C5514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 36.36%
G = 51.52%
B = 12.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#3C5514 (or 0x3C5514) is known color: Verdun Green. HEX triplet: 3C, 55 and 14. RGB value is (60,85,20). Sum of RGB (Red+Green+Blue) = 60+85+20=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5514 is #C3AAEB. Grayscale: #464646. Windows color (decimal): -12823276 or 1332540. OLE color: 1332540.

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

Color convert

RGB 60 85 20 -
CMYK 0.29 0 0.76 0.67
HSL 83.08º 0.62% 0.21% -
HSV(B) 83.08º 0.76% 0.33% -
XYZ 5.24 7.51 1.83 -
YUV 70.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 60 85 20 0.29 0 0.76 0.67 83.08 0.62 0.21
Hex 3C 55 14 1D 0 4C 43 53 3E 15
Octal 74 125 24 35 0 114 103 123 76 25
Binary 111100 1010101 10100 11101 0 1001100 1000011 1010011 111110 10101

Color Harmonies of #3C5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5514

Black with #3C5514

Text Example


Text Example

White with #3C5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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