Html Css Color HEX #3C5C15 Verdun Green

📋 copy color: '#3C5C15'

red 60 ◦ green 92 ◦ blue 21

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

Shades of Verdun Green #3C5C15

Tints of Verdun Green #3C5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

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

R = 34.68%
G = 53.18%
B = 12.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#3C5C15 (or 0x3C5C15) is known color: Verdun Green. HEX triplet: 3C, 5C and 15. RGB value is (60,92,21). Sum of RGB (Red+Green+Blue) = 60+92+21=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5C15 is #C3A3EA. Grayscale: #4A4A4A. Windows color (decimal): -12821483 or 1399868. OLE color: 1399868.

HSL color Cylindrical-coordinate representation of color #3C5C15: hue angle of 87.04º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C5C15 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 92 21 -
CMYK 0.35 0 0.77 0.64
HSL 87.04º 0.63% 0.22% -
HSV(B) 87.04º 0.77% 0.36% -
XYZ 5.83 8.67 2.08 -
YUV 74.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 60 92 21 0.35 0 0.77 0.64 87.04 0.63 0.22
Hex 3C 5C 15 23 0 4D 40 57 3F 16
Octal 74 134 25 43 0 115 100 127 77 26
Binary 111100 1011100 10101 100011 0 1001101 1000000 1010111 111111 10110

Color Harmonies of #3C5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5C15

Black with #3C5C15

Text Example


Text Example

White with #3C5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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