#305739

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

Shades of Goblin #305739

Tints of Goblin #305739

Color information

#305739 (or 0x305739) is unknown color: approx Goblin. HEX triplet: 30, 57 and 39. RGB value is (48,87,57). Sum of RGB (Red+Green+Blue) = 48+87+57=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #305739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305739 is #CFA8C6. Grayscale: #474747. Windows color (decimal): -13609159 or 3757872. OLE color: 3757872.

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

Color convert

RGB488757-
CMYK0.4500.340.66
HSL133.85º28.89%26.47%-
HSV(B)133.85º44.83%34.12%-
XYZ5.377.745.08-
YUV71.92119.58110.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=25%
G=45.31%
B=29.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887570.4500.340.66133.8528.8926.47
Hex3057392D02242861d1a
Octal6012771550421022063532
Binary110000101011111100110110101000101000010100001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305739; }

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

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

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

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

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

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

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

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