Html Css Color HEX #385142 Goblin

📋 copy color: '#385142'

red 56 ◦ green 81 ◦ blue 66

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

Shades of Goblin #385142

Tints of Goblin #385142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 27.59%
G = 39.9%
B = 32.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#385142 (or 0x385142) is known color: Goblin. HEX triplet: 38, 51 and 42. RGB value is (56,81,66). Sum of RGB (Red+Green+Blue) = 56+81+66=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #385142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385142 is #C7AEBD. Grayscale: #474747. Windows color (decimal): -13086398 or 4346168. OLE color: 4346168.

HSL color Cylindrical-coordinate representation of color #385142: hue angle of 144º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385142 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 66 -
CMYK 0.31 0 0.19 0.68
HSL 144º 0.18% 0.27% -
HSV(B) 144º 0.31% 0.32% -
XYZ 5.56 7.12 6.24 -
YUV 71.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 56 81 66 0.31 0 0.19 0.68 144 0.18 0.27
Hex 38 51 42 1F 0 13 44 90 12 1B
Octal 70 121 102 37 0 23 104 220 22 33
Binary 111000 1010001 1000010 11111 0 10011 1000100 10010000 10010 11011

Color Harmonies of #385142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385142

Black with #385142

Text Example


Text Example

White with #385142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385142; }

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

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

background-color css

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

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

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

border-color css

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

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

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