Html Css Color HEX #3C5316 Verdun Green

📋 copy color: '#3C5316'

red 60 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #3C5316

Tints of Verdun Green #3C5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.33%

R = 36.36%
G = 50.3%
B = 13.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3C5316 (or 0x3C5316) is known color: Verdun Green. HEX triplet: 3C, 53 and 16. RGB value is (60,83,22). Sum of RGB (Red+Green+Blue) = 60+83+22=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5316 is #C3ACE9. Grayscale: #454545. Windows color (decimal): -12823786 or 1463100. OLE color: 1463100.

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

Color convert

RGB 60 83 22 -
CMYK 0.28 0 0.73 0.67
HSL 82.62º 0.58% 0.21% -
HSV(B) 82.62º 0.73% 0.33% -
XYZ 5.1 7.21 1.88 -
YUV 69.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 60 83 22 0.28 0 0.73 0.67 82.62 0.58 0.21
Hex 3C 53 16 1C 0 49 43 53 3A 15
Octal 74 123 26 34 0 111 103 123 72 25
Binary 111100 1010011 10110 11100 0 1001001 1000011 1010011 111010 10101

Color Harmonies of #3C5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5316

Black with #3C5316

Text Example


Text Example

White with #3C5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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