#305439

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

Shades of Goblin #305439

Tints of Goblin #305439

Color information

#305439 (or 0x305439) is unknown color: approx Goblin. HEX triplet: 30, 54 and 39. RGB value is (48,84,57). Sum of RGB (Red+Green+Blue) = 48+84+57=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #305439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305439 is #CFABC6. Grayscale: #464646. Windows color (decimal): -13609927 or 3757104. OLE color: 3757104.

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

Color convert

RGB488457-
CMYK0.4300.320.67
HSL135º27.27%25.88%-
HSV(B)135º42.86%32.94%-
XYZ5.137.265-
YUV70.16120.57112.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=25.40%
G=44.44%
B=30.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884570.4300.320.6713527.2725.88
Hex3054392B02043871b1a
Octal6012471530401032073332
Binary110000101010011100110101101000001000011100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305439; }

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

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

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

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

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

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

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

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