#34593D

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

Shades of Goblin #34593D

Tints of Goblin #34593D

Color information

#34593D (or 0x34593D) is unknown color: approx Goblin. HEX triplet: 34, 59 and 3D. RGB value is (52,89,61). Sum of RGB (Red+Green+Blue) = 52+89+61=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #34593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34593D is #CBA6C2. Grayscale: #4A4A4A. Windows color (decimal): -13346499 or 4020532. OLE color: 4020532.

HSL color Cylindrical-coordinate representation of color #34593D: hue angle of 134.59º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34593D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB528961-
CMYK0.4200.310.65
HSL134.59º26.24%27.65%-
HSV(B)134.59º41.57%34.9%-
XYZ5.838.215.69-
YUV74.74120.24111.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=25.74%
G=44.06%
B=30.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289610.4200.310.65134.5926.2427.65
Hex34593D2A01F41871a1c
Octal6413175520371012073234
Binary11010010110011111011010100111111000001100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34593D; }

 p { color: rgb(52,89,61); }

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

<style>
 a { background-color: #34593D; }

 a { background-color: rgb(52,89,61); }

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

<style>
 span { border-color: #34593D; }

 span { border-color: rgb(52,89,61); }

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