#304844

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

Shades of Firefly #304844

Tints of Firefly #304844

Color information

#304844 (or 0x304844) is unknown color: approx Firefly. HEX triplet: 30, 48 and 44. RGB value is (48,72,68). Sum of RGB (Red+Green+Blue) = 48+72+68=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #304844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304844 is #CFB7BB. Grayscale: #404040. Windows color (decimal): -13612988 or 4474928. OLE color: 4474928.

HSL color Cylindrical-coordinate representation of color #304844: hue angle of 170º 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 #304844 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB487268-
CMYK0.3300.060.72
HSL170º20%23.53%-
HSV(B)170º33.33%28.24%-
XYZ4.585.686.32-
YUV64.37130.05116.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=25.53%
G=38.30%
B=36.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872680.3300.060.721702023.53
Hex304844210648aa1418
Octal6011010441061102522430
Binary1100001001000100010010000101101001000101010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304844; }

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

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

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

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

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

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

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

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