#384847

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

Shades of Firefly #384847

Tints of Firefly #384847

Color information

#384847 (or 0x384847) is unknown color: approx Firefly. HEX triplet: 38, 48 and 47. RGB value is (56,72,71). Sum of RGB (Red+Green+Blue) = 56+72+71=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #384847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384847 is #C7B7B8. Grayscale: #434343. Windows color (decimal): -13088697 or 4671544. OLE color: 4671544.

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

Color convert

RGB567271-
CMYK0.2200.010.72
HSL176.25º12.5%25.1%-
HSV(B)176.25º22.22%28.24%-
XYZ5.095.936.84-
YUV67.1130.2120.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=28.14%
G=36.18%
B=35.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672710.2200.010.72176.2512.525.1
Hex384847160148b0d19
Octal7011010726011102601531
Binary111000100100010001111011001100100010110000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384847; }

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

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

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

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

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

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

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

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