#33523F

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

Shades of Goblin #33523F

Tints of Goblin #33523F

Color information

#33523F (or 0x33523F) is unknown color: approx Goblin. HEX triplet: 33, 52 and 3F. RGB value is (51,82,63). Sum of RGB (Red+Green+Blue) = 51+82+63=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #33523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33523F is #CCADC0. Grayscale: #464646. Windows color (decimal): -13413825 or 4149811. OLE color: 4149811.

HSL color Cylindrical-coordinate representation of color #33523F: hue angle of 143.23º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33523F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB518263-
CMYK0.3800.230.68
HSL143.23º23.31%26.08%-
HSV(B)143.23º37.8%32.16%-
XYZ5.287.15.79-
YUV70.56123.73114.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 63 (25% from 255) = 32.14%
R=26.02%
G=41.84%
B=32.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182630.3800.230.68143.2323.3126.08
Hex33523F26017448f171a
Octal6312277460271042172732
Binary11001110100101111111001100101111000100100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33523F; }

 p { color: rgb(51,82,63); }

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

<style>
 a { background-color: #33523F; }

 a { background-color: rgb(51,82,63); }

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

<style>
 span { border-color: #33523F; }

 span { border-color: rgb(51,82,63); }

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