#34533A

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

Shades of Goblin #34533A

Tints of Goblin #34533A

Color information

#34533A (or 0x34533A) is unknown color: approx Goblin. HEX triplet: 34, 53 and 3A. RGB value is (52,83,58). Sum of RGB (Red+Green+Blue) = 52+83+58=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #34533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34533A is #CBACC5. Grayscale: #464646. Windows color (decimal): -13348038 or 3822388. OLE color: 3822388.

HSL color Cylindrical-coordinate representation of color #34533A: hue angle of 131.61º 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 #34533A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB528358-
CMYK0.3700.300.67
HSL131.61º22.96%26.47%-
HSV(B)131.61º37.35%32.55%-
XYZ5.277.225.12-
YUV70.88120.73114.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=26.94%
G=43.01%
B=30.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283580.3700.300.67131.6122.9626.47
Hex34533A2501E4384171a
Octal6412372450361032042732
Binary11010010100111110101001010111101000011100001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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