Html Css Color HEX #3C5340 Goblin

📋 copy color: '#3C5340'

red 60 ◦ green 83 ◦ blue 64

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

Shades of Goblin #3C5340

Tints of Goblin #3C5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 28.99%
G = 40.1%
B = 30.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#3C5340 (or 0x3C5340) is known color: Goblin. HEX triplet: 3C, 53 and 40. RGB value is (60,83,64). Sum of RGB (Red+Green+Blue) = 60+83+64=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5340 is #C3ACBF. Grayscale: #4A4A4A. Windows color (decimal): -12823744 or 4215612. OLE color: 4215612.

HSL color Cylindrical-coordinate representation of color #3C5340: hue angle of 130.43º 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 #3C5340 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 64 -
CMYK 0.28 0 0.23 0.67
HSL 130.43º 0.16% 0.28% -
HSV(B) 130.43º 0.28% 0.33% -
XYZ 5.88 7.52 5.99 -
YUV 73.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 60 83 64 0.28 0 0.23 0.67 130.43 0.16 0.28
Hex 3C 53 40 1C 0 17 43 82 10 1C
Octal 74 123 100 34 0 27 103 202 20 34
Binary 111100 1010011 1000000 11100 0 10111 1000011 10000010 10000 11100

Color Harmonies of #3C5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5340

Black with #3C5340

Text Example


Text Example

White with #3C5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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