Html Css Color HEX #3C5510 Verdun Green

📋 copy color: '#3C5510'

red 60 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #3C5510

Tints of Verdun Green #3C5510

RGB

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

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

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

R = 37.27%
G = 52.8%
B = 9.94%

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

#3C5510 (or 0x3C5510) is known color: Verdun Green. HEX triplet: 3C, 55 and 10. RGB value is (60,85,16). Sum of RGB (Red+Green+Blue) = 60+85+16=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5510 is #C3AAEF. Grayscale: #454545. Windows color (decimal): -12823280 or 1070396. OLE color: 1070396.

HSL color Cylindrical-coordinate representation of color #3C5510: hue angle of 81.74º 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 #3C5510 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 16 -
CMYK 0.29 0 0.81 0.67
HSL 81.74º 0.68% 0.2% -
HSV(B) 81.74º 0.81% 0.33% -
XYZ 5.21 7.5 1.66 -
YUV 69.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 60 85 16 0.29 0 0.81 0.67 81.74 0.68 0.2
Hex 3C 55 10 1D 0 51 43 52 44 14
Octal 74 125 20 35 0 121 103 122 104 24
Binary 111100 1010101 10000 11101 0 1010001 1000011 1010010 1000100 10100

Color Harmonies of #3C5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5510

Black with #3C5510

Text Example


Text Example

White with #3C5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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