#34533D

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

Shades of Goblin #34533D

Tints of Goblin #34533D

Color information

#34533D (or 0x34533D) is unknown color: approx Goblin. HEX triplet: 34, 53 and 3D. RGB value is (52,83,61). Sum of RGB (Red+Green+Blue) = 52+83+61=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #34533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34533D is #CBACC2. Grayscale: #474747. Windows color (decimal): -13348035 or 4018996. OLE color: 4018996.

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

Color convert

RGB528361-
CMYK0.3700.270.67
HSL137.42º22.96%26.47%-
HSV(B)137.42º37.35%32.55%-
XYZ5.357.255.53-
YUV71.22122.23114.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=26.53%
G=42.35%
B=31.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283610.3700.270.67137.4222.9626.47
Hex34533D2501B4389171a
Octal6412375450331032112732
Binary11010010100111111011001010110111000011100010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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