Html Css Color HEX #3F5D48 Goblin

📋 copy color: '#3F5D48'

red 63 ◦ green 93 ◦ blue 72

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

Shades of Goblin #3F5D48

Tints of Goblin #3F5D48

RGB

 RED value IS 63 (25% from 255) = 27.63%

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 27.63%
G = 40.79%
B = 31.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#3F5D48 (or 0x3F5D48) is known color: Goblin. HEX triplet: 3F, 5D and 48. RGB value is (63,93,72). Sum of RGB (Red+Green+Blue) = 63+93+72=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D48 is #C0A2B7. Grayscale: #515151. Windows color (decimal): -12624568 or 4742463. OLE color: 4742463.

HSL color Cylindrical-coordinate representation of color #3F5D48: hue angle of 138º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D48 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 93 72 -
CMYK 0.32 0 0.23 0.64
HSL 138º 0.19% 0.31% -
HSV(B) 138º 0.32% 0.36% -
XYZ 7.13 9.35 7.56 -
YUV 81.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 63 93 72 0.32 0 0.23 0.64 138 0.19 0.31
Hex 3F 5D 48 20 0 17 40 8A 13 1F
Octal 77 135 110 40 0 27 100 212 23 37
Binary 111111 1011101 1001000 100000 0 10111 1000000 10001010 10011 11111

Color Harmonies of #3F5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5D48

Black with #3F5D48

Text Example


Text Example

White with #3F5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,93,72); }

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

background-color css

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

 a { background-color: rgb(63,93,72); }

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

border-color css

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

 span { border-color: rgb(63,93,72); }

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