#35553B

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

Shades of Goblin #35553B

Tints of Goblin #35553B

Color information

#35553B (or 0x35553B) is unknown color: approx Goblin. HEX triplet: 35, 55 and 3B. RGB value is (53,85,59). Sum of RGB (Red+Green+Blue) = 53+85+59=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #35553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35553B is #CAAAC4. Grayscale: #484848. Windows color (decimal): -13281989 or 3888437. OLE color: 3888437.

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

Color convert

RGB538559-
CMYK0.3800.310.67
HSL131.25º23.19%27.06%-
HSV(B)131.25º37.65%33.33%-
XYZ5.517.575.31-
YUV72.47120.4114.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=26.90%
G=43.15%
B=29.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385590.3800.310.67131.2523.1927.06
Hex35553B2601F4383171b
Octal6512573460371032032733
Binary11010110101011110111001100111111000011100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,85,59); }

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

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

 a { background-color: rgb(53,85,59); }

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

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

 span { border-color: rgb(53,85,59); }

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