Html Css Color HEX #385543 Goblin

📋 copy color: '#385543'

red 56 ◦ green 85 ◦ blue 67

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

Shades of Goblin #385543

Tints of Goblin #385543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.21%

R = 26.92%
G = 40.87%
B = 32.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#385543 (or 0x385543) is known color: Goblin. HEX triplet: 38, 55 and 43. RGB value is (56,85,67). Sum of RGB (Red+Green+Blue) = 56+85+67=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #385543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385543 is #C7AABC. Grayscale: #4A4A4A. Windows color (decimal): -13085373 or 4412728. OLE color: 4412728.

HSL color Cylindrical-coordinate representation of color #385543: hue angle of 142.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385543 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 67 -
CMYK 0.34 0 0.21 0.67
HSL 142.76º 0.21% 0.28% -
HSV(B) 142.76º 0.34% 0.33% -
XYZ 5.89 7.74 6.49 -
YUV 74.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 56 85 67 0.34 0 0.21 0.67 142.76 0.21 0.28
Hex 38 55 43 22 0 15 43 8F 15 1C
Octal 70 125 103 42 0 25 103 217 25 34
Binary 111000 1010101 1000011 100010 0 10101 1000011 10001111 10101 11100

Color Harmonies of #385543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385543

Black with #385543

Text Example


Text Example

White with #385543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385543; }

 p { color: rgb(56,85,67); }

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

background-color css

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

 a { background-color: rgb(56,85,67); }

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

border-color css

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

 span { border-color: rgb(56,85,67); }

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