#304846

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

Shades of Firefly #304846

Tints of Firefly #304846

Color information

#304846 (or 0x304846) is unknown color: approx Firefly. HEX triplet: 30, 48 and 46. RGB value is (48,72,70). Sum of RGB (Red+Green+Blue) = 48+72+70=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #304846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304846 is #CFB7B9. Grayscale: #404040. Windows color (decimal): -13612986 or 4606000. OLE color: 4606000.

HSL color Cylindrical-coordinate representation of color #304846: hue angle of 175º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304846 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB487270-
CMYK0.3300.030.72
HSL175º20%23.53%-
HSV(B)175º33.33%28.24%-
XYZ4.645.716.65-
YUV64.6131.05116.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=25.26%
G=37.89%
B=36.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872700.3300.030.721752023.53
Hex304846210348af1418
Octal6011010641031102572430
Binary110000100100010001101000010111001000101011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304846; }

 p { color: rgb(48,72,70); }

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

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

 a { background-color: rgb(48,72,70); }

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

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

 span { border-color: rgb(48,72,70); }

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