Html Css Color HEX #384F3C Goblin

📋 copy color: '#384F3C'

red 56 ◦ green 79 ◦ blue 60

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

Shades of Goblin #384F3C

Tints of Goblin #384F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.51%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 28.72%
G = 40.51%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#384F3C (or 0x384F3C) is known color: Goblin. HEX triplet: 38, 4F and 3C. RGB value is (56,79,60). Sum of RGB (Red+Green+Blue) = 56+79+60=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #384F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F3C is #C7B0C3. Grayscale: #464646. Windows color (decimal): -13086916 or 3952440. OLE color: 3952440.

HSL color Cylindrical-coordinate representation of color #384F3C: hue angle of 130.43º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384F3C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 79 60 -
CMYK 0.29 0 0.24 0.69
HSL 130.43º 0.17% 0.26% -
HSV(B) 130.43º 0.29% 0.31% -
XYZ 5.24 6.76 5.3 -
YUV 69.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 56 79 60 0.29 0 0.24 0.69 130.43 0.17 0.26
Hex 38 4F 3C 1D 0 18 45 82 11 1A
Octal 70 117 74 35 0 30 105 202 21 32
Binary 111000 1001111 111100 11101 0 11000 1000101 10000010 10001 11010

Color Harmonies of #384F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F3C

Black with #384F3C

Text Example


Text Example

White with #384F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,79,60); }

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

background-color css

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

 a { background-color: rgb(56,79,60); }

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

border-color css

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

 span { border-color: rgb(56,79,60); }

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