#34563F

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

Shades of Goblin #34563F

Tints of Goblin #34563F

Color information

#34563F (or 0x34563F) is unknown color: approx Goblin. HEX triplet: 34, 56 and 3F. RGB value is (52,86,63). Sum of RGB (Red+Green+Blue) = 52+86+63=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #34563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34563F is #CBA9C0. Grayscale: #494949. Windows color (decimal): -13347265 or 4150836. OLE color: 4150836.

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

Color convert

RGB528663-
CMYK0.4000.270.66
HSL139.41º24.64%27.06%-
HSV(B)139.41º39.53%33.73%-
XYZ5.647.745.9-
YUV73.21122.24112.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 63 (25% from 255) = 31.34%
R=25.87%
G=42.79%
B=31.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286630.4000.270.66139.4124.6427.06
Hex34563F2801B428b191b
Octal6412677500331022133133
Binary11010010101101111111010000110111000010100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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