#34563B

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

Shades of Goblin #34563B

Tints of Goblin #34563B

Color information

#34563B (or 0x34563B) is unknown color: approx Goblin. HEX triplet: 34, 56 and 3B. RGB value is (52,86,59). Sum of RGB (Red+Green+Blue) = 52+86+59=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #34563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34563B is #CBA9C4. Grayscale: #484848. Windows color (decimal): -13347269 or 3888692. OLE color: 3888692.

HSL color Cylindrical-coordinate representation of color #34563B: hue angle of 132.35º 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 #34563B is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB528659-
CMYK0.4000.310.66
HSL132.35º24.64%27.06%-
HSV(B)132.35º39.53%33.73%-
XYZ5.537.75.33-
YUV72.76120.24113.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=26.40%
G=43.65%
B=29.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286590.4000.310.66132.3524.6427.06
Hex34563B2801F4284191b
Octal6412673500371022043133
Binary11010010101101110111010000111111000010100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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