#38553E

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

Shades of Goblin #38553E

Tints of Goblin #38553E

Color information

#38553E (or 0x38553E) is unknown color: approx Goblin. HEX triplet: 38, 55 and 3E. RGB value is (56,85,62). Sum of RGB (Red+Green+Blue) = 56+85+62=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #38553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553E is #C7AAC1. Grayscale: #494949. Windows color (decimal): -13085378 or 4085048. OLE color: 4085048.

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

Color convert

RGB568562-
CMYK0.3400.270.67
HSL132.41º20.57%27.65%-
HSV(B)132.41º34.12%33.33%-
XYZ5.757.695.74-
YUV73.71121.39115.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=27.59%
G=41.87%
B=30.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685620.3400.270.67132.4120.5727.65
Hex38553E2201B4384151c
Octal7012576420331032042534
Binary11100010101011111101000100110111000011100001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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