#34503B

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

Shades of Goblin #34503B

Tints of Goblin #34503B

Color information

#34503B (or 0x34503B) is unknown color: approx Goblin. HEX triplet: 34, 50 and 3B. RGB value is (52,80,59). Sum of RGB (Red+Green+Blue) = 52+80+59=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #34503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503B is #CBAFC4. Grayscale: #454545. Windows color (decimal): -13348805 or 3887156. OLE color: 3887156.

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

Color convert

RGB528059-
CMYK0.3500.260.69
HSL135º21.21%25.88%-
HSV(B)135º35%31.37%-
XYZ5.076.785.18-
YUV69.23122.22115.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=27.23%
G=41.88%
B=30.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280590.3500.260.6913521.2125.88
Hex34503B2301A4587151a
Octal6412073430321052072532
Binary11010010100001110111000110110101000101100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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