#34563E

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

Shades of Goblin #34563E

Tints of Goblin #34563E

Color information

#34563E (or 0x34563E) is unknown color: approx Goblin. HEX triplet: 34, 56 and 3E. RGB value is (52,86,62). Sum of RGB (Red+Green+Blue) = 52+86+62=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #34563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34563E is #CBA9C1. Grayscale: #494949. Windows color (decimal): -13347266 or 4085300. OLE color: 4085300.

HSL color Cylindrical-coordinate representation of color #34563E: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34563E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB528662-
CMYK0.4000.280.66
HSL137.65º24.64%27.06%-
HSV(B)137.65º39.53%33.73%-
XYZ5.617.735.75-
YUV73.1121.74112.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 62 (24.61% from 255) = 31%
R=26%
G=43%
B=31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286620.4000.280.66137.6524.6427.06
Hex34563E2801C428a191b
Octal6412676500341022123133
Binary11010010101101111101010000111001000010100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34563E; }

 p { color: rgb(52,86,62); }

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

<style>
 a { background-color: #34563E; }

 a { background-color: rgb(52,86,62); }

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

<style>
 span { border-color: #34563E; }

 span { border-color: rgb(52,86,62); }

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