Html Css Color HEX #3F5544 Goblin

📋 copy color: '#3F5544'

red 63 ◦ green 85 ◦ blue 68

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

Shades of Goblin #3F5544

Tints of Goblin #3F5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 29.17%
G = 39.35%
B = 31.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#3F5544 (or 0x3F5544) is known color: Goblin. HEX triplet: 3F, 55 and 44. RGB value is (63,85,68). Sum of RGB (Red+Green+Blue) = 63+85+68=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5544 is #C0AABB. Grayscale: #4C4C4C. Windows color (decimal): -12626620 or 4478271. OLE color: 4478271.

HSL color Cylindrical-coordinate representation of color #3F5544: hue angle of 133.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5544 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 68 -
CMYK 0.26 0 0.20 0.67
HSL 133.64º 0.15% 0.29% -
HSV(B) 133.64º 0.26% 0.33% -
XYZ 6.34 7.97 6.67 -
YUV 76.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 63 85 68 0.26 0 0.20 0.67 133.64 0.15 0.29
Hex 3F 55 44 1A 0 14 43 86 F 1D
Octal 77 125 104 32 0 24 103 206 17 35
Binary 111111 1010101 1000100 11010 0 10100 1000011 10000110 1111 11101

Color Harmonies of #3F5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5544

Black with #3F5544

Text Example


Text Example

White with #3F5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,68); }

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

background-color css

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

 a { background-color: rgb(63,85,68); }

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

border-color css

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

 span { border-color: rgb(63,85,68); }

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