#304341

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

Shades of Firefly #304341

Tints of Firefly #304341

Color information

#304341 (or 0x304341) is unknown color: approx Firefly. HEX triplet: 30, 43 and 41. RGB value is (48,67,65). Sum of RGB (Red+Green+Blue) = 48+67+65=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #304341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304341 is #CFBCBE. Grayscale: #3D3D3D. Windows color (decimal): -13614271 or 4277040. OLE color: 4277040.

HSL color Cylindrical-coordinate representation of color #304341: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304341 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB486765-
CMYK0.2800.030.74
HSL173.68º16.52%22.55%-
HSV(B)173.68º28.36%26.27%-
XYZ4.185.025.75-
YUV61.09130.21118.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=26.67%
G=37.22%
B=36.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867650.2800.030.74173.6816.5222.55
Hex3043411C034Aae1117
Octal6010310134031122562127
Binary11000010000111000001111000111001010101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304341; }

 p { color: rgb(48,67,65); }

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

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

 a { background-color: rgb(48,67,65); }

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

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

 span { border-color: rgb(48,67,65); }

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