#384744

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

Shades of Firefly #384744

Tints of Firefly #384744

Color information

#384744 (or 0x384744) is unknown color: approx Firefly. HEX triplet: 38, 47 and 44. RGB value is (56,71,68). Sum of RGB (Red+Green+Blue) = 56+71+68=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #384744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384744 is #C7B8BB. Grayscale: #424242. Windows color (decimal): -13088956 or 4474680. OLE color: 4474680.

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

Color convert

RGB567168-
CMYK0.2100.040.72
HSL168º11.81%24.9%-
HSV(B)168º21.13%27.84%-
XYZ4.935.766.32-
YUV66.17129.03120.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=28.72%
G=36.41%
B=34.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671680.2100.040.7216811.8124.9
Hex384744150448a8c19
Octal7010710425041102501431
Binary11100010001111000100101010100100100010101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384744; }

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

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

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

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

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

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

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

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