#304542

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

Shades of Firefly #304542

Tints of Firefly #304542

Color information

#304542 (or 0x304542) is unknown color: approx Firefly. HEX triplet: 30, 45 and 42. RGB value is (48,69,66). Sum of RGB (Red+Green+Blue) = 48+69+66=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #304542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304542 is #CFBABD. Grayscale: #3E3E3E. Windows color (decimal): -13613758 or 4343088. OLE color: 4343088.

HSL color Cylindrical-coordinate representation of color #304542: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304542 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB486966-
CMYK0.3000.040.73
HSL171.43º17.95%22.94%-
HSV(B)171.43º30.43%27.06%-
XYZ4.335.285.94-
YUV62.38130.04117.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=26.23%
G=37.70%
B=36.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869660.3000.040.73171.4317.9522.94
Hex3045421E0449ab1217
Octal6010510236041112532227
Binary110000100010110000101111001001001001101010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304542; }

 p { color: rgb(48,69,66); }

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

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

 a { background-color: rgb(48,69,66); }

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

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

 span { border-color: rgb(48,69,66); }

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