#38533E

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

Shades of Goblin #38533E

Tints of Goblin #38533E

Color information

#38533E (or 0x38533E) is unknown color: approx Goblin. HEX triplet: 38, 53 and 3E. RGB value is (56,83,62). Sum of RGB (Red+Green+Blue) = 56+83+62=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #38533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533E is #C7ACC1. Grayscale: #484848. Windows color (decimal): -13085890 or 4084536. OLE color: 4084536.

HSL color Cylindrical-coordinate representation of color #38533E: hue angle of 133.33º degrees, saturation: 0.19, 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 #38533E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB568362-
CMYK0.3300.250.67
HSL133.33º19.42%27.25%-
HSV(B)133.33º32.53%32.55%-
XYZ5.597.385.69-
YUV72.53122.05116.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=27.86%
G=41.29%
B=30.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683620.3300.250.67133.3319.4227.25
Hex38533E210194385131b
Octal7012376410311032052333
Binary11100010100111111101000010110011000011100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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