#355C40

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

Shades of Goblin #355C40

Tints of Goblin #355C40

Color information

#355C40 (or 0x355C40) is unknown color: approx Goblin. HEX triplet: 35, 5C and 40. RGB value is (53,92,64). Sum of RGB (Red+Green+Blue) = 53+92+64=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #355C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C40 is #CAA3BF. Grayscale: #4D4D4D. Windows color (decimal): -13280192 or 4217909. OLE color: 4217909.

HSL color Cylindrical-coordinate representation of color #355C40: hue angle of 136.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C40 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB539264-
CMYK0.4200.300.64
HSL136.92º26.9%28.43%-
HSV(B)136.92º42.39%36.08%-
XYZ6.228.786.22-
YUV77.15120.58110.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=25.36%
G=44.02%
B=30.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5392640.4200.300.64136.9226.928.43
Hex355C402A01E40891b1c
Octal65134100520361002113334
Binary110101101110010000001010100111101000000100010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355C40; }

 p { color: rgb(53,92,64); }

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

<style>
 a { background-color: #355C40; }

 a { background-color: rgb(53,92,64); }

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

<style>
 span { border-color: #355C40; }

 span { border-color: rgb(53,92,64); }

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