Html Css Color HEX #3C5319 Verdun Green

📋 copy color: '#3C5319'

red 60 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #3C5319

Tints of Verdun Green #3C5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 35.71%
G = 49.4%
B = 14.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#3C5319 (or 0x3C5319) is known color: Verdun Green. HEX triplet: 3C, 53 and 19. RGB value is (60,83,25). Sum of RGB (Red+Green+Blue) = 60+83+25=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5319 is #C3ACE6. Grayscale: #454545. Windows color (decimal): -12823783 or 1659708. OLE color: 1659708.

HSL color Cylindrical-coordinate representation of color #3C5319: hue angle of 83.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C5319 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 25 -
CMYK 0.28 0 0.70 0.67
HSL 83.79º 0.54% 0.21% -
HSV(B) 83.79º 0.7% 0.33% -
XYZ 5.13 7.22 2.04 -
YUV 69.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 60 83 25 0.28 0 0.70 0.67 83.79 0.54 0.21
Hex 3C 53 19 1C 0 46 43 54 36 15
Octal 74 123 31 34 0 106 103 124 66 25
Binary 111100 1010011 11001 11100 0 1000110 1000011 1010100 110110 10101

Color Harmonies of #3C5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5319

Black with #3C5319

Text Example


Text Example

White with #3C5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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