#34503F

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

Shades of Goblin #34503F

Tints of Goblin #34503F

Color information

#34503F (or 0x34503F) is unknown color: approx Goblin. HEX triplet: 34, 50 and 3F. RGB value is (52,80,63). Sum of RGB (Red+Green+Blue) = 52+80+63=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #34503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503F is #CBAFC0. Grayscale: #454545. Windows color (decimal): -13348801 or 4149300. OLE color: 4149300.

HSL color Cylindrical-coordinate representation of color #34503F: hue angle of 143.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34503F is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB528063-
CMYK0.3500.210.69
HSL143.57º21.21%25.88%-
HSV(B)143.57º35%31.37%-
XYZ5.186.835.75-
YUV69.69124.22115.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 63 (25% from 255) = 32.31%
R=26.67%
G=41.03%
B=32.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280630.3500.210.69143.5721.2125.88
Hex34503F230154590151a
Octal6412077430251052202532
Binary11010010100001111111000110101011000101100100001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34503F; }

 p { color: rgb(52,80,63); }

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

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

 a { background-color: rgb(52,80,63); }

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

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

 span { border-color: rgb(52,80,63); }

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