#3A533F

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

Shades of Goblin #3A533F

Tints of Goblin #3A533F

Color information

#3A533F (or 0x3A533F) is unknown color: approx Goblin. HEX triplet: 3A, 53 and 3F. RGB value is (58,83,63). Sum of RGB (Red+Green+Blue) = 58+83+63=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #3A533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A533F is #C5ACC0. Grayscale: #494949. Windows color (decimal): -12954817 or 4150074. OLE color: 4150074.

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

Color convert

RGB588363-
CMYK0.3000.240.67
HSL132º17.73%27.65%-
HSV(B)132º30.12%32.55%-
XYZ5.747.445.84-
YUV73.24122.22117.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 63 (25% from 255) = 30.88%
R=28.43%
G=40.69%
B=30.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883630.3000.240.6713217.7327.65
Hex3A533F1E0184384121c
Octal7212377360301032042234
Binary1110101010011111111111100110001000011100001001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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