#384543

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

Shades of Firefly #384543

Tints of Firefly #384543

Color information

#384543 (or 0x384543) is unknown color: approx Firefly. HEX triplet: 38, 45 and 43. RGB value is (56,69,67). Sum of RGB (Red+Green+Blue) = 56+69+67=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #384543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384543 is #C7BABC. Grayscale: #404040. Windows color (decimal): -13089469 or 4408632. OLE color: 4408632.

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

Color convert

RGB566967-
CMYK0.1900.030.73
HSL170.77º10.4%24.51%-
HSV(B)170.77º18.84%27.06%-
XYZ4.775.56.12-
YUV64.89129.19121.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=29.17%
G=35.94%
B=34.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669670.1900.030.73170.7710.424.51
Hex384543130349aba19
Octal7010510323031112531231
Binary1110001000101100001110011011100100110101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384543; }

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

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

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

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

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

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

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

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