Html Css Color HEX #3C5015 Verdun Green

📋 copy color: '#3C5015'

red 60 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #3C5015

Tints of Verdun Green #3C5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 37.27%
G = 49.69%
B = 13.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#3C5015 (or 0x3C5015) is known color: Verdun Green. HEX triplet: 3C, 50 and 15. RGB value is (60,80,21). Sum of RGB (Red+Green+Blue) = 60+80+21=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5015 is #C3AFEA. Grayscale: #434343. Windows color (decimal): -12824555 or 1396796. OLE color: 1396796.

HSL color Cylindrical-coordinate representation of color #3C5015: hue angle of 80.34º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C5015 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 80 21 -
CMYK 0.25 0 0.74 0.69
HSL 80.34º 0.58% 0.2% -
HSV(B) 80.34º 0.74% 0.31% -
XYZ 4.87 6.75 1.76 -
YUV 67.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 60 80 21 0.25 0 0.74 0.69 80.34 0.58 0.2
Hex 3C 50 15 19 0 4A 45 50 3A 14
Octal 74 120 25 31 0 112 105 120 72 24
Binary 111100 1010000 10101 11001 0 1001010 1000101 1010000 111010 10100

Color Harmonies of #3C5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5015

Black with #3C5015

Text Example


Text Example

White with #3C5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,21); }

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

background-color css

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

 a { background-color: rgb(60,80,21); }

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

border-color css

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

 span { border-color: rgb(60,80,21); }

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