#386045

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

Shades of Goblin #386045

Tints of Goblin #386045

Color information

#386045 (or 0x386045) is unknown color: approx Goblin. HEX triplet: 38, 60 and 45. RGB value is (56,96,69). Sum of RGB (Red+Green+Blue) = 56+96+69=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #386045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386045 is #C79FBA. Grayscale: #515151. Windows color (decimal): -13082555 or 4546616. OLE color: 4546616.

HSL color Cylindrical-coordinate representation of color #386045: hue angle of 139.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386045 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB569669-
CMYK0.4200.280.62
HSL139.5º26.32%29.8%-
HSV(B)139.5º41.67%37.65%-
XYZ6.899.647.13-
YUV80.96121.25110.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=25.34%
G=43.44%
B=31.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696690.4200.280.62139.526.3229.8
Hex3860452A01C3E8c1a1e
Octal7014010552034762143236
Binary11100011000001000101101010011100111110100011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386045; }

 p { color: rgb(56,96,69); }

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

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

 a { background-color: rgb(56,96,69); }

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

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

 span { border-color: rgb(56,96,69); }

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