Html Css Color HEX #3C550D Verdun Green

📋 copy color: '#3C550D'

red 60 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #3C550D

Tints of Verdun Green #3C550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 37.97%
G = 53.8%
B = 8.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#3C550D (or 0x3C550D) is known color: Verdun Green. HEX triplet: 3C, 55 and 0D. RGB value is (60,85,13). Sum of RGB (Red+Green+Blue) = 60+85+13=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #3C550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C550D is #C3AAF2. Grayscale: #454545. Windows color (decimal): -12823283 or 873788. OLE color: 873788.

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

Color convert

RGB 60 85 13 -
CMYK 0.29 0 0.85 0.67
HSL 80.83º 0.73% 0.19% -
HSV(B) 80.83º 0.85% 0.33% -
XYZ 5.18 7.49 1.55 -
YUV 69.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 60 85 13 0.29 0 0.85 0.67 80.83 0.73 0.19
Hex 3C 55 D 1D 0 55 43 51 49 13
Octal 74 125 15 35 0 125 103 121 111 23
Binary 111100 1010101 1101 11101 0 1010101 1000011 1010001 1001001 10011

Color Harmonies of #3C550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C550D

Black with #3C550D

Text Example


Text Example

White with #3C550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,13); }

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

background-color css

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

 a { background-color: rgb(60,85,13); }

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

border-color css

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

 span { border-color: rgb(60,85,13); }

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