Html Css Color HEX #3C5846 Goblin

📋 copy color: '#3C5846'

red 60 ◦ green 88 ◦ blue 70

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

Shades of Goblin #3C5846

Tints of Goblin #3C5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 27.52%
G = 40.37%
B = 32.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#3C5846 (or 0x3C5846) is known color: Goblin. HEX triplet: 3C, 58 and 46. RGB value is (60,88,70). Sum of RGB (Red+Green+Blue) = 60+88+70=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5846 is #C3A7B9. Grayscale: #4D4D4D. Windows color (decimal): -12822458 or 4610108. OLE color: 4610108.

HSL color Cylindrical-coordinate representation of color #3C5846: hue angle of 141.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5846 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 70 -
CMYK 0.32 0 0.20 0.65
HSL 141.43º 0.19% 0.29% -
HSV(B) 141.43º 0.32% 0.35% -
XYZ 6.46 8.38 7.07 -
YUV 77.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 60 88 70 0.32 0 0.20 0.65 141.43 0.19 0.29
Hex 3C 58 46 20 0 14 41 8D 13 1D
Octal 74 130 106 40 0 24 101 215 23 35
Binary 111100 1011000 1000110 100000 0 10100 1000001 10001101 10011 11101

Color Harmonies of #3C5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5846

Black with #3C5846

Text Example


Text Example

White with #3C5846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,70); }

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

background-color css

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

 a { background-color: rgb(60,88,70); }

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

border-color css

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

 span { border-color: rgb(60,88,70); }

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