Html Css Color HEX #385341 Goblin

📋 copy color: '#385341'

red 56 ◦ green 83 ◦ blue 65

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

Shades of Goblin #385341

Tints of Goblin #385341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 27.45%
G = 40.69%
B = 31.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#385341 (or 0x385341) is known color: Goblin. HEX triplet: 38, 53 and 41. RGB value is (56,83,65). Sum of RGB (Red+Green+Blue) = 56+83+65=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #385341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385341 is #C7ACBE. Grayscale: #484848. Windows color (decimal): -13085887 or 4281144. OLE color: 4281144.

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

Color convert

RGB 56 83 65 -
CMYK 0.33 0 0.22 0.67
HSL 140º 0.19% 0.27% -
HSV(B) 140º 0.33% 0.33% -
XYZ 5.68 7.41 6.13 -
YUV 72.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 56 83 65 0.33 0 0.22 0.67 140 0.19 0.27
Hex 38 53 41 21 0 16 43 8C 13 1B
Octal 70 123 101 41 0 26 103 214 23 33
Binary 111000 1010011 1000001 100001 0 10110 1000011 10001100 10011 11011

Color Harmonies of #385341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385341

Black with #385341

Text Example


Text Example

White with #385341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385341; }

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

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

background-color css

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

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

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

border-color css

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

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

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