#35593E

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

Shades of Goblin #35593E

Tints of Goblin #35593E

Color information

#35593E (or 0x35593E) is unknown color: approx Goblin. HEX triplet: 35, 59 and 3E. RGB value is (53,89,62). Sum of RGB (Red+Green+Blue) = 53+89+62=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #35593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35593E is #CAA6C1. Grayscale: #4B4B4B. Windows color (decimal): -13280962 or 4086069. OLE color: 4086069.

HSL color Cylindrical-coordinate representation of color #35593E: hue angle of 135º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35593E is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB538962-
CMYK0.4000.300.65
HSL135º25.35%27.84%-
HSV(B)135º40.45%34.9%-
XYZ5.918.255.84-
YUV75.16120.57112.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=25.98%
G=43.63%
B=30.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389620.4000.300.6513525.3527.84
Hex35593E2801E4187191c
Octal6513176500361012073134
Binary11010110110011111101010000111101000001100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35593E; }

 p { color: rgb(53,89,62); }

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

<style>
 a { background-color: #35593E; }

 a { background-color: rgb(53,89,62); }

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

<style>
 span { border-color: #35593E; }

 span { border-color: rgb(53,89,62); }

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