Html Css Color HEX #3C5842 Goblin

📋 copy color: '#3C5842'

red 60 ◦ green 88 ◦ blue 66

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

Shades of Goblin #3C5842

Tints of Goblin #3C5842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 28.04%
G = 41.12%
B = 30.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#3C5842 (or 0x3C5842) is known color: Goblin. HEX triplet: 3C, 58 and 42. RGB value is (60,88,66). Sum of RGB (Red+Green+Blue) = 60+88+66=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5842 is #C3A7BD. Grayscale: #4D4D4D. Windows color (decimal): -12822462 or 4347964. OLE color: 4347964.

HSL color Cylindrical-coordinate representation of color #3C5842: hue angle of 132.86º 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 #3C5842 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 66 -
CMYK 0.32 0 0.25 0.65
HSL 132.86º 0.19% 0.29% -
HSV(B) 132.86º 0.32% 0.35% -
XYZ 6.34 8.33 6.43 -
YUV 77.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 60 88 66 0.32 0 0.25 0.65 132.86 0.19 0.29
Hex 3C 58 42 20 0 19 41 85 13 1D
Octal 74 130 102 40 0 31 101 205 23 35
Binary 111100 1011000 1000010 100000 0 11001 1000001 10000101 10011 11101

Color Harmonies of #3C5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5842

Black with #3C5842

Text Example


Text Example

White with #3C5842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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