#34503A

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

Shades of Goblin #34503A

Tints of Goblin #34503A

Color information

#34503A (or 0x34503A) is unknown color: approx Goblin. HEX triplet: 34, 50 and 3A. RGB value is (52,80,58). Sum of RGB (Red+Green+Blue) = 52+80+58=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #34503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503A is #CBAFC5. Grayscale: #454545. Windows color (decimal): -13348806 or 3821620. OLE color: 3821620.

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

Color convert

RGB528058-
CMYK0.3500.280.69
HSL132.86º21.21%25.88%-
HSV(B)132.86º35%31.37%-
XYZ5.056.775.04-
YUV69.12121.72115.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=27.37%
G=42.11%
B=30.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280580.3500.280.69132.8621.2125.88
Hex34503A2301C4585151a
Octal6412072430341052052532
Binary11010010100001110101000110111001000101100001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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