Html Css Color HEX #3C5317 Verdun Green

📋 copy color: '#3C5317'

red 60 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #3C5317

Tints of Verdun Green #3C5317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 36.14%
G = 50%
B = 13.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#3C5317 (or 0x3C5317) is known color: Verdun Green. HEX triplet: 3C, 53 and 17. RGB value is (60,83,23). Sum of RGB (Red+Green+Blue) = 60+83+23=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5317 is #C3ACE8. Grayscale: #454545. Windows color (decimal): -12823785 or 1528636. OLE color: 1528636.

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

Color convert

RGB 60 83 23 -
CMYK 0.28 0 0.72 0.67
HSL 83º 0.57% 0.21% -
HSV(B) 83º 0.72% 0.33% -
XYZ 5.11 7.21 1.93 -
YUV 69.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 60 83 23 0.28 0 0.72 0.67 83 0.57 0.21
Hex 3C 53 17 1C 0 48 43 53 39 15
Octal 74 123 27 34 0 110 103 123 71 25
Binary 111100 1010011 10111 11100 0 1001000 1000011 1010011 111001 10101

Color Harmonies of #3C5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5317

Black with #3C5317

Text Example


Text Example

White with #3C5317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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