Html Css Color HEX #3C5344 Goblin

📋 copy color: '#3C5344'

red 60 ◦ green 83 ◦ blue 68

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

Shades of Goblin #3C5344

Tints of Goblin #3C5344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 28.44%
G = 39.34%
B = 32.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#3C5344 (or 0x3C5344) is known color: Goblin. HEX triplet: 3C, 53 and 44. RGB value is (60,83,68). Sum of RGB (Red+Green+Blue) = 60+83+68=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5344 is #C3ACBB. Grayscale: #4A4A4A. Windows color (decimal): -12823740 or 4477756. OLE color: 4477756.

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

Color convert

RGB 60 83 68 -
CMYK 0.28 0 0.18 0.67
HSL 140.87º 0.16% 0.28% -
HSV(B) 140.87º 0.28% 0.33% -
XYZ 6 7.56 6.61 -
YUV 74.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 60 83 68 0.28 0 0.18 0.67 140.87 0.16 0.28
Hex 3C 53 44 1C 0 12 43 8D 10 1C
Octal 74 123 104 34 0 22 103 215 20 34
Binary 111100 1010011 1000100 11100 0 10010 1000011 10001101 10000 11100

Color Harmonies of #3C5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5344

Black with #3C5344

Text Example


Text Example

White with #3C5344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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