#3D6148

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

Shades of Goblin #3D6148

Tints of Goblin #3D6148

Color information

#3D6148 (or 0x3D6148) is unknown color: approx Goblin. HEX triplet: 3D, 61 and 48. RGB value is (61,97,72). Sum of RGB (Red+Green+Blue) = 61+97+72=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6148 is #C29EB7. Grayscale: #535353. Windows color (decimal): -12754616 or 4743485. OLE color: 4743485.

HSL color Cylindrical-coordinate representation of color #3D6148: hue angle of 138.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D6148 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB619772-
CMYK0.3700.260.62
HSL138.33º22.78%30.98%-
HSV(B)138.33º37.11%38.04%-
XYZ7.3710.017.67-
YUV83.39121.57112.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=26.52%
G=42.17%
B=31.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197720.3700.260.62138.3322.7830.98
Hex3D61482501A3E8a171f
Octal7514111045032762122737
Binary11110111000011001000100101011010111110100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6148; }

 p { color: rgb(61,97,72); }

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

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

 a { background-color: rgb(61,97,72); }

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

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

 span { border-color: rgb(61,97,72); }

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