Html Css Color HEX #384C40 Goblin

📋 copy color: '#384C40'

red 56 ◦ green 76 ◦ blue 64

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

Shades of Goblin #384C40

Tints of Goblin #384C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 28.57%
G = 38.78%
B = 32.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#384C40 (or 0x384C40) is known color: Goblin. HEX triplet: 38, 4C and 40. RGB value is (56,76,64). Sum of RGB (Red+Green+Blue) = 56+76+64=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #384C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C40 is #C7B3BF. Grayscale: #444444. Windows color (decimal): -13087680 or 4213816. OLE color: 4213816.

HSL color Cylindrical-coordinate representation of color #384C40: hue angle of 144º 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 #384C40 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 64 -
CMYK 0.26 0 0.16 0.70
HSL 144º 0.15% 0.26% -
HSV(B) 144º 0.26% 0.3% -
XYZ 5.14 6.38 5.81 -
YUV 68.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 56 76 64 0.26 0 0.16 0.70 144 0.15 0.26
Hex 38 4C 40 1A 0 10 46 90 F 1A
Octal 70 114 100 32 0 20 106 220 17 32
Binary 111000 1001100 1000000 11010 0 10000 1000110 10010000 1111 11010

Color Harmonies of #384C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C40

Black with #384C40

Text Example


Text Example

White with #384C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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