#384C48

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

Shades of Firefly #384C48

Tints of Firefly #384C48

Color information

#384C48 (or 0x384C48) is unknown color: approx Firefly. HEX triplet: 38, 4C and 48. RGB value is (56,76,72). Sum of RGB (Red+Green+Blue) = 56+76+72=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #384C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C48 is #C7B3B7. Grayscale: #454545. Windows color (decimal): -13087672 or 4738104. OLE color: 4738104.

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

Color convert

RGB567672-
CMYK0.2600.050.70
HSL168º15.15%25.88%-
HSV(B)168º26.32%29.8%-
XYZ5.396.487.1-
YUV69.56129.37118.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=27.45%
G=37.25%
B=35.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676720.2600.050.7016815.1525.88
Hex384C481A0546a8f1a
Octal7011411032051062501732
Binary11100010011001001000110100101100011010101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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