#305639

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

Shades of Goblin #305639

Tints of Goblin #305639

Color information

#305639 (or 0x305639) is unknown color: approx Goblin. HEX triplet: 30, 56 and 39. RGB value is (48,86,57). Sum of RGB (Red+Green+Blue) = 48+86+57=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #305639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305639 is #CFA9C6. Grayscale: #474747. Windows color (decimal): -13609415 or 3757616. OLE color: 3757616.

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

Color convert

RGB488657-
CMYK0.4400.340.66
HSL134.21º28.36%26.27%-
HSV(B)134.21º44.19%33.73%-
XYZ5.297.585.06-
YUV71.33119.91111.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=25.13%
G=45.03%
B=29.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886570.4400.340.66134.2128.3626.27
Hex3056392C02242861c1a
Octal6012671540421022063432
Binary110000101011011100110110001000101000010100001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305639; }

 p { color: rgb(48,86,57); }

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

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

 a { background-color: rgb(48,86,57); }

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

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

 span { border-color: rgb(48,86,57); }

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