#34573D

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

Shades of Goblin #34573D

Tints of Goblin #34573D

Color information

#34573D (or 0x34573D) is unknown color: approx Goblin. HEX triplet: 34, 57 and 3D. RGB value is (52,87,61). Sum of RGB (Red+Green+Blue) = 52+87+61=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #34573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34573D is #CBA8C2. Grayscale: #494949. Windows color (decimal): -13347011 or 4020020. OLE color: 4020020.

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

Color convert

RGB528761-
CMYK0.4000.300.66
HSL135.43º25.18%27.25%-
HSV(B)135.43º40.23%34.12%-
XYZ5.677.885.64-
YUV73.57120.9112.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=26%
G=43.5%
B=30.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287610.4000.300.66135.4325.1827.25
Hex34573D2801E4287191b
Octal6412775500361022073133
Binary11010010101111111011010000111101000010100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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