Html Css Color HEX #3C5314 Verdun Green

📋 copy color: '#3C5314'

red 60 ◦ green 83 ◦ blue 20

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

Shades of Verdun Green #3C5314

Tints of Verdun Green #3C5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 36.81%
G = 50.92%
B = 12.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#3C5314 (or 0x3C5314) is known color: Verdun Green. HEX triplet: 3C, 53 and 14. RGB value is (60,83,20). Sum of RGB (Red+Green+Blue) = 60+83+20=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5314 is #C3ACEB. Grayscale: #454545. Windows color (decimal): -12823788 or 1332028. OLE color: 1332028.

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

Color convert

RGB 60 83 20 -
CMYK 0.28 0 0.76 0.67
HSL 81.9º 0.61% 0.2% -
HSV(B) 81.9º 0.76% 0.33% -
XYZ 5.08 7.2 1.78 -
YUV 68.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 60 83 20 0.28 0 0.76 0.67 81.9 0.61 0.2
Hex 3C 53 14 1C 0 4C 43 52 3D 14
Octal 74 123 24 34 0 114 103 122 75 24
Binary 111100 1010011 10100 11100 0 1001100 1000011 1010010 111101 10100

Color Harmonies of #3C5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5314

Black with #3C5314

Text Example


Text Example

White with #3C5314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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