#384D49

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

Shades of Firefly #384D49

Tints of Firefly #384D49

Color information

#384D49 (or 0x384D49) is unknown color: approx Firefly. HEX triplet: 38, 4D and 49. RGB value is (56,77,73). Sum of RGB (Red+Green+Blue) = 56+77+73=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #384D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D49 is #C7B2B6. Grayscale: #464646. Windows color (decimal): -13087415 or 4803896. OLE color: 4803896.

HSL color Cylindrical-coordinate representation of color #384D49: hue angle of 168.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D49 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB567773-
CMYK0.2700.050.70
HSL168.57º15.79%26.08%-
HSV(B)168.57º27.27%30.2%-
XYZ5.496.637.29-
YUV70.26129.54117.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=27.18%
G=37.38%
B=35.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677730.2700.050.70168.5715.7926.08
Hex384D491B0546a9101a
Octal7011511133051062512032
Binary111000100110110010011101101011000110101010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384D49; }

 p { color: rgb(56,77,73); }

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

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

 a { background-color: rgb(56,77,73); }

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

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

 span { border-color: rgb(56,77,73); }

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