#34533B

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

Shades of Goblin #34533B

Tints of Goblin #34533B

Color information

#34533B (or 0x34533B) is unknown color: approx Goblin. HEX triplet: 34, 53 and 3B. RGB value is (52,83,59). Sum of RGB (Red+Green+Blue) = 52+83+59=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #34533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34533B is #CBACC4. Grayscale: #474747. Windows color (decimal): -13348037 or 3887924. OLE color: 3887924.

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

Color convert

RGB528359-
CMYK0.3700.290.67
HSL133.55º22.96%26.47%-
HSV(B)133.55º37.35%32.55%-
XYZ5.37.235.25-
YUV70.99121.23114.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=26.80%
G=42.78%
B=30.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283590.3700.290.67133.5522.9626.47
Hex34533B2501D4386171a
Octal6412373450351032062732
Binary11010010100111110111001010111011000011100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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