#305540

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

Shades of Goblin #305540

Tints of Goblin #305540

Color information

#305540 (or 0x305540) is unknown color: approx Goblin. HEX triplet: 30, 55 and 40. RGB value is (48,85,64). Sum of RGB (Red+Green+Blue) = 48+85+64=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #305540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305540 is #CFAABF. Grayscale: #474747. Windows color (decimal): -13609664 or 4216112. OLE color: 4216112.

HSL color Cylindrical-coordinate representation of color #305540: hue angle of 145.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305540 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB488564-
CMYK0.4400.250.67
HSL145.95º27.82%26.08%-
HSV(B)145.95º43.53%33.33%-
XYZ5.397.56.01-
YUV71.54123.74111.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=24.37%
G=43.15%
B=32.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885640.4400.250.67145.9527.8226.08
Hex3055402C01943921c1a
Octal60125100540311032223432
Binary110000101010110000001011000110011000011100100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305540; }

 p { color: rgb(48,85,64); }

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

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

 a { background-color: rgb(48,85,64); }

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

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

 span { border-color: rgb(48,85,64); }

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