#34543B

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

Shades of Goblin #34543B

Tints of Goblin #34543B

Color information

#34543B (or 0x34543B) is unknown color: approx Goblin. HEX triplet: 34, 54 and 3B. RGB value is (52,84,59). Sum of RGB (Red+Green+Blue) = 52+84+59=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #34543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34543B is #CBABC4. Grayscale: #474747. Windows color (decimal): -13347781 or 3888180. OLE color: 3888180.

HSL color Cylindrical-coordinate representation of color #34543B: hue angle of 133.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34543B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB528459-
CMYK0.3800.300.67
HSL133.12º23.53%26.67%-
HSV(B)133.12º38.1%32.94%-
XYZ5.387.395.28-
YUV71.58120.9114.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=26.67%
G=43.08%
B=30.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284590.3800.300.67133.1223.5326.67
Hex34543B2601E4385181b
Octal6412473460361032053033
Binary11010010101001110111001100111101000011100001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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