#34553D

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

Shades of Goblin #34553D

Tints of Goblin #34553D

Color information

#34553D (or 0x34553D) is unknown color: approx Goblin. HEX triplet: 34, 55 and 3D. RGB value is (52,85,61). Sum of RGB (Red+Green+Blue) = 52+85+61=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #34553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553D is #CBAAC2. Grayscale: #484848. Windows color (decimal): -13347523 or 4019508. OLE color: 4019508.

HSL color Cylindrical-coordinate representation of color #34553D: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34553D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB528561-
CMYK0.3900.280.67
HSL136.36º24.09%26.86%-
HSV(B)136.36º38.82%33.33%-
XYZ5.517.565.58-
YUV72.4121.57113.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=26.26%
G=42.93%
B=30.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285610.3900.280.67136.3624.0926.86
Hex34553D2701C4388181b
Octal6412575470341032103033
Binary11010010101011111011001110111001000011100010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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