Html Css Color HEX #3C5815 Verdun Green

📋 copy color: '#3C5815'

red 60 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #3C5815

Tints of Verdun Green #3C5815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.07%

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

R = 35.5%
G = 52.07%
B = 12.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#3C5815 (or 0x3C5815) is known color: Verdun Green. HEX triplet: 3C, 58 and 15. RGB value is (60,88,21). Sum of RGB (Red+Green+Blue) = 60+88+21=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5815 is #C3A7EA. Grayscale: #484848. Windows color (decimal): -12822507 or 1398844. OLE color: 1398844.

HSL color Cylindrical-coordinate representation of color #3C5815: hue angle of 85.07º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C5815 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 21 -
CMYK 0.32 0 0.76 0.65
HSL 85.07º 0.61% 0.21% -
HSV(B) 85.07º 0.76% 0.35% -
XYZ 5.49 7.99 1.96 -
YUV 71.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 60 88 21 0.32 0 0.76 0.65 85.07 0.61 0.21
Hex 3C 58 15 20 0 4C 41 55 3D 15
Octal 74 130 25 40 0 114 101 125 75 25
Binary 111100 1011000 10101 100000 0 1001100 1000001 1010101 111101 10101

Color Harmonies of #3C5815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5815

Black with #3C5815

Text Example


Text Example

White with #3C5815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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