#384846

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

Shades of Firefly #384846

Tints of Firefly #384846

Color information

#384846 (or 0x384846) is unknown color: approx Firefly. HEX triplet: 38, 48 and 46. RGB value is (56,72,70). Sum of RGB (Red+Green+Blue) = 56+72+70=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #384846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384846 is #C7B7B9. Grayscale: #424242. Windows color (decimal): -13088698 or 4606008. OLE color: 4606008.

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

Color convert

RGB567270-
CMYK0.2200.030.72
HSL172.5º12.5%25.1%-
HSV(B)172.5º22.22%28.24%-
XYZ5.055.926.67-
YUV66.99129.7120.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=28.28%
G=36.36%
B=35.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672700.2200.030.72172.512.525.1
Hex384846160348acd19
Octal7011010626031102541531
Binary1110001001000100011010110011100100010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384846; }

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

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

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

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

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

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

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

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