#386145

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

Shades of Goblin #386145

Tints of Goblin #386145

Color information

#386145 (or 0x386145) is unknown color: approx Goblin. HEX triplet: 38, 61 and 45. RGB value is (56,97,69). Sum of RGB (Red+Green+Blue) = 56+97+69=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #386145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386145 is #C79EBA. Grayscale: #515151. Windows color (decimal): -13082299 or 4546872. OLE color: 4546872.

HSL color Cylindrical-coordinate representation of color #386145: hue angle of 139.02º degrees, saturation: 0.27, 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 #386145 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB569769-
CMYK0.4200.290.62
HSL139.02º26.8%30%-
HSV(B)139.02º42.27%38.04%-
XYZ6.989.827.16-
YUV81.55120.92109.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=25.23%
G=43.69%
B=31.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697690.4200.290.62139.0226.830
Hex3861452A01D3E8b1b1e
Octal7014110552035762133336
Binary11100011000011000101101010011101111110100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386145; }

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

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

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

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

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

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

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

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