#38483E

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

Shades of Goblin #38483E

Tints of Goblin #38483E

Color information

#38483E (or 0x38483E) is unknown color: approx Goblin. HEX triplet: 38, 48 and 3E. RGB value is (56,72,62). Sum of RGB (Red+Green+Blue) = 56+72+62=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #38483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38483E is #C7B7C1. Grayscale: #424242. Windows color (decimal): -13088706 or 4081720. OLE color: 4081720.

HSL color Cylindrical-coordinate representation of color #38483E: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #38483E is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB567262-
CMYK0.2200.140.72
HSL142.5º12.5%25.1%-
HSV(B)142.5º22.22%28.24%-
XYZ4.825.825.43-
YUV66.08125.7120.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=29.47%
G=37.89%
B=32.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672620.2200.140.72142.512.525.1
Hex38483E160E488ed19
Octal7011076260161102161531
Binary11100010010001111101011001110100100010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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