Html Css Color HEX #3C5019 Verdun Green

📋 copy color: '#3C5019'

red 60 ◦ green 80 ◦ blue 25

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

Shades of Verdun Green #3C5019

Tints of Verdun Green #3C5019

RGB

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

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

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

R = 36.36%
G = 48.48%
B = 15.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#3C5019 (or 0x3C5019) is known color: Verdun Green. HEX triplet: 3C, 50 and 19. RGB value is (60,80,25). Sum of RGB (Red+Green+Blue) = 60+80+25=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5019 is #C3AFE6. Grayscale: #434343. Windows color (decimal): -12824551 or 1658940. OLE color: 1658940.

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

Color convert

RGB 60 80 25 -
CMYK 0.25 0 0.69 0.69
HSL 81.82º 0.52% 0.21% -
HSV(B) 81.82º 0.69% 0.31% -
XYZ 4.91 6.77 1.97 -
YUV 67.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 60 80 25 0.25 0 0.69 0.69 81.82 0.52 0.21
Hex 3C 50 19 19 0 45 45 52 34 15
Octal 74 120 31 31 0 105 105 122 64 25
Binary 111100 1010000 11001 11001 0 1000101 1000101 1010010 110100 10101

Color Harmonies of #3C5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5019

Black with #3C5019

Text Example


Text Example

White with #3C5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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