#385842

Color #385842 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #385842

Tints of Goblin #385842

Color information

#385842 (or 0x385842) is unknown color: approx Goblin. HEX triplet: 38, 58 and 42. RGB value is (56,88,66). Sum of RGB (Red+Green+Blue) = 56+88+66=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #385842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385842 is #C7A7BD. Grayscale: #4B4B4B. Windows color (decimal): -13084606 or 4347960. OLE color: 4347960.

HSL color Cylindrical-coordinate representation of color #385842: hue angle of 138.75º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385842 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB568866-
CMYK0.3600.250.65
HSL138.75º22.22%28.24%-
HSV(B)138.75º36.36%34.51%-
XYZ6.18.216.42-
YUV75.92122.4113.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=26.67%
G=41.90%
B=31.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688660.3600.250.65138.7522.2228.24
Hex38584224019418b161c
Octal70130102440311012132634
Binary111000101100010000101001000110011000001100010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385842; }

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

 H1.HeaderClassName
 {
   color: #385842;
 }
 .AnyTagClassName
 {
   color: #385842;
 }
</style>
background-color css

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

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

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

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

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

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