#34503D

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

Shades of Goblin #34503D

Tints of Goblin #34503D

Color information

#34503D (or 0x34503D) is unknown color: approx Goblin. HEX triplet: 34, 50 and 3D. RGB value is (52,80,61). Sum of RGB (Red+Green+Blue) = 52+80+61=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #34503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503D is #CBAFC2. Grayscale: #454545. Windows color (decimal): -13348803 or 4018228. OLE color: 4018228.

HSL color Cylindrical-coordinate representation of color #34503D: hue angle of 139.29º 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 #34503D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB528061-
CMYK0.3500.240.69
HSL139.29º21.21%25.88%-
HSV(B)139.29º35%31.37%-
XYZ5.136.85.46-
YUV69.46123.22115.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=26.94%
G=41.45%
B=31.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280610.3500.240.69139.2921.2125.88
Hex34503D23018458b151a
Octal6412075430301052132532
Binary11010010100001111011000110110001000101100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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