Html Css Color HEX #3C5619 Verdun Green

📋 copy color: '#3C5619'

red 60 ◦ green 86 ◦ blue 25

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

Shades of Verdun Green #3C5619

Tints of Verdun Green #3C5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.29%

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 35.09%
G = 50.29%
B = 14.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#3C5619 (or 0x3C5619) is known color: Verdun Green. HEX triplet: 3C, 56 and 19. RGB value is (60,86,25). Sum of RGB (Red+Green+Blue) = 60+86+25=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5619 is #C3A9E6. Grayscale: #474747. Windows color (decimal): -12823015 or 1660476. OLE color: 1660476.

HSL color Cylindrical-coordinate representation of color #3C5619: hue angle of 85.57º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C5619 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 86 25 -
CMYK 0.30 0 0.71 0.66
HSL 85.57º 0.55% 0.22% -
HSV(B) 85.57º 0.71% 0.34% -
XYZ 5.37 7.69 2.12 -
YUV 71.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 60 86 25 0.30 0 0.71 0.66 85.57 0.55 0.22
Hex 3C 56 19 1E 0 47 42 56 37 16
Octal 74 126 31 36 0 107 102 126 67 26
Binary 111100 1010110 11001 11110 0 1000111 1000010 1010110 110111 10110

Color Harmonies of #3C5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5619

Black with #3C5619

Text Example


Text Example

White with #3C5619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,86,25); }

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

background-color css

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

 a { background-color: rgb(60,86,25); }

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

border-color css

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

 span { border-color: rgb(60,86,25); }

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