Html Css Color HEX #3C5D13 Verdun Green

📋 copy color: '#3C5D13'

red 60 ◦ green 93 ◦ blue 19

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

Shades of Verdun Green #3C5D13

Tints of Verdun Green #3C5D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.07%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 34.88%
G = 54.07%
B = 11.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#3C5D13 (or 0x3C5D13) is known color: Verdun Green. HEX triplet: 3C, 5D and 13. RGB value is (60,93,19). Sum of RGB (Red+Green+Blue) = 60+93+19=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5D13 is #C3A2EC. Grayscale: #4A4A4A. Windows color (decimal): -12821229 or 1269052. OLE color: 1269052.

HSL color Cylindrical-coordinate representation of color #3C5D13: hue angle of 86.76º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C5D13 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 19 -
CMYK 0.35 0 0.80 0.64
HSL 86.76º 0.66% 0.22% -
HSV(B) 86.76º 0.8% 0.36% -
XYZ 5.9 8.84 2.01 -
YUV 74.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 60 93 19 0.35 0 0.80 0.64 86.76 0.66 0.22
Hex 3C 5D 13 23 0 50 40 57 42 16
Octal 74 135 23 43 0 120 100 127 102 26
Binary 111100 1011101 10011 100011 0 1010000 1000000 1010111 1000010 10110

Color Harmonies of #3C5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D13

Black with #3C5D13

Text Example


Text Example

White with #3C5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,19); }

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

background-color css

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

 a { background-color: rgb(60,93,19); }

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

border-color css

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

 span { border-color: rgb(60,93,19); }

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