#384745

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

Shades of Firefly #384745

Tints of Firefly #384745

Color information

#384745 (or 0x384745) is unknown color: approx Firefly. HEX triplet: 38, 47 and 45. RGB value is (56,71,69). Sum of RGB (Red+Green+Blue) = 56+71+69=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #384745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384745 is #C7B8BA. Grayscale: #424242. Windows color (decimal): -13088955 or 4540216. OLE color: 4540216.

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

Color convert

RGB567169-
CMYK0.2100.030.72
HSL172º11.81%24.9%-
HSV(B)172º21.13%27.84%-
XYZ4.965.786.48-
YUV66.29129.53120.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=28.57%
G=36.22%
B=35.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671690.2100.030.7217211.8124.9
Hex384745150348acc19
Octal7010710525031102541431
Binary1110001000111100010110101011100100010101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384745; }

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

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

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

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

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

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

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

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