#365F43

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

Shades of Goblin #365F43

Tints of Goblin #365F43

Color information

#365F43 (or 0x365F43) is unknown color: approx Goblin. HEX triplet: 36, 5F and 43. RGB value is (54,95,67). Sum of RGB (Red+Green+Blue) = 54+95+67=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #365F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F43 is #C9A0BC. Grayscale: #4F4F4F. Windows color (decimal): -13213885 or 4415286. OLE color: 4415286.

HSL color Cylindrical-coordinate representation of color #365F43: hue angle of 139.02º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F43 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB549567-
CMYK0.4300.290.63
HSL139.02º27.52%29.22%-
HSV(B)139.02º43.16%37.25%-
XYZ6.639.376.77-
YUV79.55120.92109.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=25%
G=43.98%
B=31.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495670.4300.290.63139.0227.5229.22
Hex365F432B01D3F8b1c1d
Octal6613710353035772133435
Binary11011010111111000011101011011101111111100010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F43; }

 p { color: rgb(54,95,67); }

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

<style>
 a { background-color: #365F43; }

 a { background-color: rgb(54,95,67); }

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

<style>
 span { border-color: #365F43; }

 span { border-color: rgb(54,95,67); }

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