Html Css Color HEX #384C41 Goblin

📋 copy color: '#384C41'

red 56 ◦ green 76 ◦ blue 65

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

Shades of Goblin #384C41

Tints of Goblin #384C41

RGB

 RED value IS 56 (22.27% from 255) = 28.43%

 GREEN value IS 76 (30.08% from 255) = 38.58%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 28.43%
G = 38.58%
B = 32.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#384C41 (or 0x384C41) is known color: Goblin. HEX triplet: 38, 4C and 41. RGB value is (56,76,65). Sum of RGB (Red+Green+Blue) = 56+76+65=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #384C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C41 is #C7B3BE. Grayscale: #444444. Windows color (decimal): -13087679 or 4279352. OLE color: 4279352.

HSL color Cylindrical-coordinate representation of color #384C41: hue angle of 147º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384C41 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 65 -
CMYK 0.26 0 0.14 0.70
HSL 147º 0.15% 0.26% -
HSV(B) 147º 0.26% 0.3% -
XYZ 5.17 6.39 5.96 -
YUV 68.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 56 76 65 0.26 0 0.14 0.70 147 0.15 0.26
Hex 38 4C 41 1A 0 E 46 93 F 1A
Octal 70 114 101 32 0 16 106 223 17 32
Binary 111000 1001100 1000001 11010 0 1110 1000110 10010011 1111 11010

Color Harmonies of #384C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C41

Black with #384C41

Text Example


Text Example

White with #384C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C41; }

 p { color: rgb(56,76,65); }

 H1.HeaderClassName
 {
   color: #384C41;
 }
 .AnyTagClassName
 {
   color: #384C41;
 }
</style>

background-color css

<style>
 a { background-color: #384C41; }

 a { background-color: rgb(56,76,65); }

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

border-color css

<style>
 span { border-color: #384C41; }

 span { border-color: rgb(56,76,65); }

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