#335138

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

Shades of Goblin #335138

Tints of Goblin #335138

Color information

#335138 (or 0x335138) is unknown color: approx Goblin. HEX triplet: 33, 51 and 38. RGB value is (51,81,56). Sum of RGB (Red+Green+Blue) = 51+81+56=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #335138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335138 is #CCAEC7. Grayscale: #454545. Windows color (decimal): -13414088 or 3690803. OLE color: 3690803.

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

Color convert

RGB518156-
CMYK0.3700.310.68
HSL130º22.73%25.88%-
HSV(B)130º37.04%31.76%-
XYZ5.026.874.8-
YUV69.18120.56115.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=27.13%
G=43.09%
B=29.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181560.3700.310.6813022.7325.88
Hex3351382501F4482171a
Octal6312170450371042022732
Binary11001110100011110001001010111111000100100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335138; }

 p { color: rgb(51,81,56); }

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

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

 a { background-color: rgb(51,81,56); }

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

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

 span { border-color: rgb(51,81,56); }

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