Html Css Color HEX #385042 Goblin

📋 copy color: '#385042'

red 56 ◦ green 80 ◦ blue 66

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

Shades of Goblin #385042

Tints of Goblin #385042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 27.72%
G = 39.6%
B = 32.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#385042 (or 0x385042) is known color: Goblin. HEX triplet: 38, 50 and 42. RGB value is (56,80,66). Sum of RGB (Red+Green+Blue) = 56+80+66=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #385042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385042 is #C7AFBD. Grayscale: #474747. Windows color (decimal): -13086654 or 4345912. OLE color: 4345912.

HSL color Cylindrical-coordinate representation of color #385042: hue angle of 145º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385042 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 66 -
CMYK 0.30 0 0.17 0.69
HSL 145º 0.18% 0.27% -
HSV(B) 145º 0.3% 0.31% -
XYZ 5.48 6.97 6.21 -
YUV 71.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 56 80 66 0.30 0 0.17 0.69 145 0.18 0.27
Hex 38 50 42 1E 0 11 45 91 12 1B
Octal 70 120 102 36 0 21 105 221 22 33
Binary 111000 1010000 1000010 11110 0 10001 1000101 10010001 10010 11011

Color Harmonies of #385042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385042

Black with #385042

Text Example


Text Example

White with #385042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385042; }

 p { color: rgb(56,80,66); }

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

background-color css

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

 a { background-color: rgb(56,80,66); }

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

border-color css

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

 span { border-color: rgb(56,80,66); }

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