Html Css Color HEX #3C5341 Goblin

📋 copy color: '#3C5341'

red 60 ◦ green 83 ◦ blue 65

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

Shades of Goblin #3C5341

Tints of Goblin #3C5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 28.85%
G = 39.9%
B = 31.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3C5341 (or 0x3C5341) is known color: Goblin. HEX triplet: 3C, 53 and 41. RGB value is (60,83,65). Sum of RGB (Red+Green+Blue) = 60+83+65=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5341 is #C3ACBE. Grayscale: #4A4A4A. Windows color (decimal): -12823743 or 4281148. OLE color: 4281148.

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

Color convert

RGB 60 83 65 -
CMYK 0.28 0 0.22 0.67
HSL 133.04º 0.16% 0.28% -
HSV(B) 133.04º 0.28% 0.33% -
XYZ 5.91 7.53 6.14 -
YUV 74.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 60 83 65 0.28 0 0.22 0.67 133.04 0.16 0.28
Hex 3C 53 41 1C 0 16 43 85 10 1C
Octal 74 123 101 34 0 26 103 205 20 34
Binary 111100 1010011 1000001 11100 0 10110 1000011 10000101 10000 11100

Color Harmonies of #3C5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5341

Black with #3C5341

Text Example


Text Example

White with #3C5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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