#38543E

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

Shades of Goblin #38543E

Tints of Goblin #38543E

Color information

#38543E (or 0x38543E) is unknown color: approx Goblin. HEX triplet: 38, 54 and 3E. RGB value is (56,84,62). Sum of RGB (Red+Green+Blue) = 56+84+62=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #38543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38543E is #C7ABC1. Grayscale: #494949. Windows color (decimal): -13085634 or 4084792. OLE color: 4084792.

HSL color Cylindrical-coordinate representation of color #38543E: hue angle of 132.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38543E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB568462-
CMYK0.3300.260.67
HSL132.86º20%27.45%-
HSV(B)132.86º33.33%32.94%-
XYZ5.677.535.71-
YUV73.12121.72115.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=27.72%
G=41.58%
B=30.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684620.3300.260.67132.862027.45
Hex38543E2101A4385141b
Octal7012476410321032052433
Binary11100010101001111101000010110101000011100001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38543E; }

 p { color: rgb(56,84,62); }

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

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

 a { background-color: rgb(56,84,62); }

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

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

 span { border-color: rgb(56,84,62); }

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