#384441

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

Shades of Firefly #384441

Tints of Firefly #384441

Color information

#384441 (or 0x384441) is unknown color: approx Firefly. HEX triplet: 38, 44 and 41. RGB value is (56,68,65). Sum of RGB (Red+Green+Blue) = 56+68+65=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #384441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384441 is #C7BBBE. Grayscale: #404040. Windows color (decimal): -13089727 or 4277304. OLE color: 4277304.

HSL color Cylindrical-coordinate representation of color #384441: hue angle of 165º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #384441 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB566865-
CMYK0.1800.040.73
HSL165º9.68%24.31%-
HSV(B)165º17.65%26.67%-
XYZ4.655.365.79-
YUV64.07128.52122.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=29.63%
G=35.98%
B=34.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668650.1800.040.731659.6824.31
Hex384441120449a5a18
Octal7010410122041112451230
Binary11100010001001000001100100100100100110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384441; }

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

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

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

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

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

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

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

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