#34553B

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

Shades of Goblin #34553B

Tints of Goblin #34553B

Color information

#34553B (or 0x34553B) is unknown color: approx Goblin. HEX triplet: 34, 55 and 3B. RGB value is (52,85,59). Sum of RGB (Red+Green+Blue) = 52+85+59=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #34553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553B is #CBAAC4. Grayscale: #484848. Windows color (decimal): -13347525 or 3888436. OLE color: 3888436.

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

Color convert

RGB528559-
CMYK0.3900.310.67
HSL132.73º24.09%26.86%-
HSV(B)132.73º38.82%33.33%-
XYZ5.457.545.31-
YUV72.17120.57113.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=26.53%
G=43.37%
B=30.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285590.3900.310.67132.7324.0926.86
Hex34553B2701F4385181b
Octal6412573470371032053033
Binary11010010101011110111001110111111000011100001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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