#3B533F

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

Shades of Goblin #3B533F

Tints of Goblin #3B533F

Color information

#3B533F (or 0x3B533F) is unknown color: approx Goblin. HEX triplet: 3B, 53 and 3F. RGB value is (59,83,63). Sum of RGB (Red+Green+Blue) = 59+83+63=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #3B533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B533F is #C4ACC0. Grayscale: #494949. Windows color (decimal): -12889281 or 4150075. OLE color: 4150075.

HSL color Cylindrical-coordinate representation of color #3B533F: hue angle of 130º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B533F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB598363-
CMYK0.2900.240.67
HSL130º16.9%27.84%-
HSV(B)130º28.92%32.55%-
XYZ5.797.485.84-
YUV73.54122.05117.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 63 (25% from 255) = 30.73%
R=28.78%
G=40.49%
B=30.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983630.2900.240.6713016.927.84
Hex3B533F1D0184382111c
Octal7312377350301032022134
Binary1110111010011111111111010110001000011100000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,63); }

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

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

 a { background-color: rgb(59,83,63); }

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

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

 span { border-color: rgb(59,83,63); }

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